Changeset 4293 in orxonox.OLD for orxonox/branches/physics/src/story_entities
- Timestamp:
- May 26, 2005, 10:34:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/story_entities/world.cc
r4283 r4293 21 21 22 22 #include "orxonox.h" 23 24 #include "state.h" 23 25 24 26 #include "p_node.h" … … 203 205 this->debugWorldNr = worldID; 204 206 this->entities = new tList<WorldEntity>(); 207 208 State::getInstance(); 205 209 } 206 210 … … 282 286 this->localCamera = new Camera(); 283 287 this->localCamera->setName ("camera"); 284 288 289 State::getInstance()->setCamera(this->localCamera, this->localCamera->getTarget()); 290 285 291 GraphicsEngine::getInstance()->displayFPS(true); 286 292 }
Note: See TracChangeset
for help on using the changeset viewer.