mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 09:10:49 +02:00
Testing things
This commit is contained in:
@@ -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__);
|
||||
|
||||
|
Reference in New Issue
Block a user