Changeset 1651 for code/branches/gui/src/orxonox/GraphicsEngine.cc
- Timestamp:
- Jul 27, 2008, 5:14:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/GraphicsEngine.cc
r1641 r1651 293 293 this->renderWindow_ = root_->initialise(true, "OrxonoxV2"); 294 294 } 295 catch ( ...)295 catch (std::exception& ex) 296 296 { 297 297 COUT(2) << "Error: There was an exception when initialising Ogre Root." << std::endl; 298 COUT(1) << ex.what() << std::endl; 298 299 return false; 299 300 }
Note: See TracChangeset
for help on using the changeset viewer.