From 16920d744a2e638f564753f15f1269f51c131b6b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 5 Apr 2016 08:48:29 -0400 Subject: sword improvements, page threading --- src/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.cpp') 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(); } -- cgit v1.2.3