show-chunk-borders is a setting now

This commit is contained in:
MihailRis
2023-11-24 19:39:45 +03:00
parent f54283cab1
commit 48b6c92472
6 changed files with 23 additions and 19 deletions
+1
View File
@@ -45,6 +45,7 @@ struct GraphicsSettings {
struct DebugSettings {
/* Turns off chunks saving/loading */
bool generatorTestMode = false;
bool showChunkBorders = false;
};
struct EngineSettings {