quick check with linters

This commit is contained in:
MihailRis
2024-05-10 12:34:05 +03:00
parent 92f185ab51
commit 9522aedeec
55 changed files with 129 additions and 184 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ namespace gui {
};
class SlotView : public gui::UINode {
const Content* content;
const Content* content = nullptr;
SlotLayout layout;
bool highlighted = false;
@@ -77,7 +77,7 @@ namespace gui {
};
class InventoryView : public gui::Container {
const Content* content;
const Content* content = nullptr;
std::shared_ptr<Inventory> inventory;