Changeset 3343 for code/branches/resource/src/orxonox
- Timestamp:
- Jul 24, 2009, 4:25:33 PM (15 years ago)
- Location:
- code/branches/resource/src/orxonox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/LevelManager.cc
r3339 r3343 34 34 #include "core/CommandLine.h" 35 35 #include "core/ConfigValueIncludes.h" 36 #include "core/Core.h" 36 37 #include "core/CoreIncludes.h" 37 38 #include "core/Loader.h" -
code/branches/resource/src/orxonox/OrxonoxPrecompiledHeaders.h
r3322 r3343 90 90 //#include "core/ConfigValueIncludes.h" // 19 91 91 //#include "core/ConsoleCommand.h" // 15 92 #include "core/Core.h" 92 //#include "core/Core.h" // ?, but not many times 93 93 #include "core/CoreIncludes.h" 94 #include "core/GameMode.h"95 94 #include "core/XMLPort.h" 96 95 -
code/branches/resource/src/orxonox/gamestates/GSGraphics.cc
r3338 r3343 93 93 void GSGraphics::activate() 94 94 { 95 GameMode::setShowsGraphics(true); 95 // Load OGRE, CEGUI and OIS 96 Core::getInstance().loadGraphics(); 96 97 97 98 // Load OGRE including the render window … … 170 171 delete graphicsManager_; 171 172 172 GameMode::setShowsGraphics(false); 173 // Unload OGRE, CEGUI and OIS 174 Core::getInstance().loadGraphics(); 173 175 } 174 176
Note: See TracChangeset
for help on using the changeset viewer.