aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-06 07:40:28 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-06 07:40:28 -0400
commit345a0fe74704dec3eecbb77e4bb252b3d4dd4308 (patch)
tree772a0a0925195193f9152ecff259c9f27f13f413 /src/config.cpp
parent3ca4cca09ed9a2b1028928dea98f19bd26ab3b2c (diff)
parent16920d744a2e638f564753f15f1269f51c131b6b (diff)
First world and style
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 2ee13d4..b8a483d 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -60,6 +60,10 @@ namespace config {
ui::initFonts();
ui::setFontFace(xml.FirstChildElement("font")->Attribute("path"));
+
+ if ( xml.FirstChildElement("debug") )
+ ui::debug = ui::posFlag = true;
+
config::update();
}