Changed: Don't log nldebug in Release

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 1d11914192
commit e8b0ae3f81

@ -366,6 +366,11 @@ int main(int argc, char **argv)
// init the Nel context
CApplicationContext *appContext = new CApplicationContext;
// disable nldebug messages in logs in Release
#ifdef NL_RELEASE
DisableNLDebug = true;
#endif
createDebug();
INelContext::getInstance().setWindowedApplication(true);

Loading…
Cancel
Save