This commit is contained in:
MihailRis
2024-12-24 11:31:54 +03:00
parent e153e1fbd7
commit b4abecc764
8 changed files with 29 additions and 12 deletions
+3
View File
@@ -45,6 +45,7 @@ class WorldRenderer {
std::unique_ptr<ModelBatch> modelBatch;
float timer = 0.0f;
bool debug = false;
/// @brief Render block selection lines
void renderBlockSelection();
@@ -100,4 +101,6 @@ public:
);
void clear();
void setDebug(bool flag);
};