SetCellsOffset -> SetCells

This commit is contained in:
FateJH 2018-06-10 01:11:35 -04:00
parent 44741b2898
commit 58d2a35f9f

View file

@ -342,7 +342,7 @@ class GridInventory extends Container {
val card = InventoryItem(obj, start)
items += key -> card
val tile = obj.Tile
SetCellsOffset(start, tile.Width, tile.Height, key)
SetCells(start, tile.Width, tile.Height, key)
true
}