Changeset 1266 for code/branches/merge/src/orxonox
- Timestamp:
- May 13, 2008, 5:42:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/src/orxonox/Orxonox.cc
r1264 r1266 159 159 */ 160 160 Orxonox::Orxonox() : 161 ogre_( &GraphicsEngine::getSingleton()),161 ogre_(0), 162 162 //auMan_(0), 163 163 timer_(0), … … 265 265 Factory::createClassHierarchy(); 266 266 267 ogre_ = &GraphicsEngine::getSingleton(); 267 268 if (!ogre_->setup(path)) // creates ogre root and other essentials 268 269 return false;
Note: See TracChangeset
for help on using the changeset viewer.