inventory view fix

This commit is contained in:
MihailRis 2024-01-23 23:53:44 +03:00
parent e457e3da39
commit 2fef31eee0

View File

@ -50,8 +50,8 @@ struct InventoryPanel {
};
class InventoryLayout {
glm::vec2 size;
glm::vec2 origin;
glm::vec2 size {};
glm::vec2 origin {};
std::vector<SlotLayout> slots;
std::vector<InventoryPanel> panels;
public: