Refactored input system for Windows version
This commit is contained in:
parent
2d4f8eb7bd
commit
bfbea5c398
|
@ -827,7 +827,6 @@ int main(int argc,char *argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CreateMainWindow();
|
|
||||||
|
|
||||||
if (!InitDInput())
|
if (!InitDInput())
|
||||||
{
|
{
|
||||||
|
@ -841,6 +840,8 @@ int main(int argc,char *argv[])
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CreateMainWindow();
|
||||||
|
|
||||||
debugSystem = new DebugSystem();
|
debugSystem = new DebugSystem();
|
||||||
debugSystem->init();
|
debugSystem->init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue