Testing things

This commit is contained in:
mathusummut
2019-04-05 20:00:27 +02:00
parent 9e58a15813
commit 3857de58b5
26 changed files with 266 additions and 262 deletions

View File

@@ -164,7 +164,7 @@ namespace Shared {
}
Config &config = Config::getInstance();
if (config.getBool("CheckGlCaps")) {
if (config.getBool("CheckGlCaps", "true")) {
if (SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s %d]\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__);