mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 16:45:17 -04:00
fix OpenMW not exiting when the window is closed (alt f4 etc)
This commit is contained in:
parent
dcf1e66456
commit
b6f427bf5e
@ -775,6 +775,7 @@ void RenderingManager::windowResized(Ogre::RenderWindow* rw)
|
||||
|
||||
void RenderingManager::windowClosed(Ogre::RenderWindow* rw)
|
||||
{
|
||||
Ogre::Root::getSingleton ().queueEndRendering ();
|
||||
}
|
||||
|
||||
bool RenderingManager::waterShaderSupported()
|
||||
|
Loading…
x
Reference in New Issue
Block a user