Changeset 1032 for code/trunk/src/orxonox/objects/Ambient.cc
- Timestamp:
- Apr 12, 2008, 4:08:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/Ambient.cc
r871 r1032 37 37 #include "util/String2Number.h" 38 38 #include "util/Math.h" 39 #include " ../core/Debug.h"40 #include " ../core/CoreIncludes.h"41 #include " ../Orxonox.h"39 #include "core/Debug.h" 40 #include "core/CoreIncludes.h" 41 #include "GraphicsEngine.h" 42 42 #include "core/XMLPort.h" 43 43 … … 76 76 void Ambient::setAmbientLight(const ColourValue& colour) 77 77 { 78 Orxonox::getSingleton()->getSceneManager()->setAmbientLight(colour);78 GraphicsEngine::getSingleton().getSceneManager()->setAmbientLight(colour); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.