Changeset 3091
- Timestamp:
- May 27, 2009, 9:35:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/GraphicsManager.cc
r2896 r3091 62 62 #include "core/CoreIncludes.h" 63 63 #include "core/Core.h" 64 #include "core/Game.h" 64 65 #include "core/GameMode.h" 65 66 #include "tools/WindowEventListener.h" … … 440 441 void OgreWindowEventListener::windowClosed(Ogre::RenderWindow* rw) 441 442 { 442 // TODO: Notify the right class to shut down the Game443 Game::getInstance().stop(); 443 444 } 444 445 }
Note: See TracChangeset
for help on using the changeset viewer.