Update InventoryGUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-21 22:12:08 +02:00
parent decf2c7b57
commit c9993593a7

View File

@@ -46,7 +46,7 @@ class InventoryGUISpaceCompound<T : ForInventory, E>(
}
private var scrolledLines: Int = 0
internal var scrolledLines: Int = 0
private var contentSort: () -> Unit = { }