Changeset 2848 for code/branches/gui/src/orxonox/CameraManager.cc
- Timestamp:
- Mar 25, 2009, 7:37:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/CameraManager.cc
r2834 r2848 35 35 #include <OgreResource.h> 36 36 37 #include "core/ Core.h"37 #include "core/GameMode.h" 38 38 #include "core/Iterator.h" 39 39 #include "objects/worldentities/Camera.h" … … 75 75 void CameraManager::requestFocus(Camera* camera) 76 76 { 77 if (! Core::showsGraphics())77 if (!GameMode::showsGraphics()) 78 78 return; 79 79 … … 100 100 void CameraManager::releaseFocus(Camera* camera) 101 101 { 102 if (! Core::showsGraphics())102 if (!GameMode::showsGraphics()) 103 103 return; 104 104
Note: See TracChangeset
for help on using the changeset viewer.