fix generator minimap checkbox

This commit is contained in:
MihailRis
2024-11-07 05:07:56 +03:00
parent cfa5365b95
commit 616c63b115
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -113,6 +113,8 @@ class Hud : public util::ObjectsKeeper {
/// @brief UI element will be dynamicly positioned near to inventory or in screen center
std::shared_ptr<gui::UINode> secondUI = nullptr;
std::shared_ptr<gui::UINode> debugMinimap = nullptr;
std::unique_ptr<ImageData> debugImgWorldGen;
std::shared_ptr<gui::InventoryView> createContentAccess();