- bugfix for g3d viewer to work with windows openwith

This commit is contained in:
Mark Vejvoda
2011-03-11 23:48:16 +00:00
parent 9eb1f60048
commit be5ac6c9e4
2 changed files with 7 additions and 1 deletions

View File

@@ -2060,6 +2060,9 @@ int App::MainLoop(){
}
int App::OnExit(){
SystemFlags::Close();
SystemFlags::SHUTDOWN_PROGRAM_MODE=true;
return 0;
}