Changeset 2834 for code/branches/gui/src/orxonox/CameraManager.cc
- Timestamp:
- Mar 23, 2009, 4:48:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/CameraManager.cc
r2710 r2834 41 41 #include "tools/Shader.h" 42 42 #include "util/String.h" 43 #include "gui/GUIManager.h" 43 44 44 45 namespace orxonox … … 141 142 142 143 this->viewport_->setCamera(camera); 144 GUIManager::getInstancePtr()->setCamera(camera); 143 145 144 146 // reactivate all visible compositors
Note: See TracChangeset
for help on using the changeset viewer.