diff --git a/Assets/Scripts/Items/DriveInterface.cs b/Assets/Scripts/Items/DriveInterface.cs index cac9446..c481b31 100644 --- a/Assets/Scripts/Items/DriveInterface.cs +++ b/Assets/Scripts/Items/DriveInterface.cs @@ -1,4 +1,6 @@  +using UnityEngine; + namespace Cyber.Items { /// @@ -55,7 +57,7 @@ namespace Cyber.Items { /// /// public int GetHeight() { - return ItemGrid.GetLength(1); + return ItemGrid.GetLength(0); } ///