mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
crash fix
This commit is contained in:
1
EU07.cpp
1
EU07.cpp
@@ -354,6 +354,7 @@ int main(int argc, char *argv[])
|
|||||||
input::Mouse.init();
|
input::Mouse.init();
|
||||||
input::Gamepad.init();
|
input::Gamepad.init();
|
||||||
|
|
||||||
|
Global::pWorld = &World;
|
||||||
if( false == World.Init( window ) ) {
|
if( false == World.Init( window ) ) {
|
||||||
ErrorLog( "Simulation setup failed" );
|
ErrorLog( "Simulation setup failed" );
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user