Changed: Don't create log.log anymore

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 77352d5759
commit 19cbbb2bec

@ -371,7 +371,8 @@ int main(int argc, char **argv)
DisableNLDebug = true;
#endif
createDebug();
// don't create log.log anymore because client.log is used
createDebug(NULL, false);
INelContext::getInstance().setWindowedApplication(true);

Loading…
Cancel
Save