add 'Show Generator Minimap' checkbox

This commit is contained in:
MihailRis
2024-11-06 00:34:38 +03:00
parent dc8bad2af6
commit 80e48ae302
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -172,6 +172,8 @@ public:
std::shared_ptr<Inventory> getBlockInventory();
static bool showGeneratorMinimap;
/// @brief Runtime updating debug visualization texture
inline static std::string DEBUG_WORLDGEN_IMAGE = "#debug.img.worldgen";
};