Turn gfxlog off again

This commit is contained in:
Henrik Rydgard 2015-12-16 22:30:23 +01:00
parent 0e1e52242f
commit 38263c9073

View File

@ -372,7 +372,7 @@ void NativeInit(int argc, const char *argv[],
const char *fileToLog = 0;
const char *stateToLoad = 0;
bool gfxLog = true;
bool gfxLog = false;
// Parse command line
LogTypes::LOG_LEVELS logLevel = LogTypes::LINFO;
for (int i = 1; i < argc; i++) {