InventoryView.addGrid semantics changed

This commit is contained in:
MihailRis
2024-01-21 19:21:18 +03:00
parent 9e3c4fb00c
commit aa93c27159
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
InventoryBuilder();
void addGrid(
int cols, int rows,
int cols, int count,
glm::vec2 coord,
int padding,
SlotLayout slotLayout);