summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/constants.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/constants.cpp b/src/util/constants.cpp
index 9fc4a45445..4ed363709c 100644
--- a/src/util/constants.cpp
+++ b/src/util/constants.cpp
@@ -1,3 +1,7 @@
#include <llmr/util/constants.hpp>
const float llmr::util::tileSize = 512.0f;
+
+const bool llmr::debug::styleParseWarnings = true;
+const bool llmr::debug::renderWarnings = true;
+const bool llmr::debug::renderTree = false;