mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
fix OpenMW not exiting when the window is closed (alt f4 etc)
This commit is contained in:
parent
dcf1e66456
commit
b6f427bf5e
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ void RenderingManager::windowResized(Ogre::RenderWindow* rw)
|
|||
|
||||
void RenderingManager::windowClosed(Ogre::RenderWindow* rw)
|
||||
{
|
||||
Ogre::Root::getSingleton ().queueEndRendering ();
|
||||
}
|
||||
|
||||
bool RenderingManager::waterShaderSupported()
|
||||
|
|
Loading…
Reference in a new issue