Reverted init order back, crashes on release build
This commit is contained in:
parent
bfbea5c398
commit
232394ba87
|
@ -827,6 +827,7 @@ int main(int argc,char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
CreateMainWindow();
|
||||
|
||||
if (!InitDInput())
|
||||
{
|
||||
|
@ -840,8 +841,6 @@ int main(int argc,char *argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
CreateMainWindow();
|
||||
|
||||
debugSystem = new DebugSystem();
|
||||
debugSystem->init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue