- Timestamp:
- Dec 12, 2008, 4:39:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/Backlight.cc
r2406 r2414 61 61 { 62 62 if (!this->getScene()) 63 ThrowException(AbortLoading, "Can't create Camera, no scene given.");63 ThrowException(AbortLoading, "Can't create Backlight, no scene given."); 64 64 if (!this->getScene()->getSceneManager()) 65 ThrowException(AbortLoading, "Can't create Camera, no scene manager given.");65 ThrowException(AbortLoading, "Can't create Backlight, no scene manager given."); 66 66 if (!this->getScene()->getRootSceneNode()) 67 ThrowException(AbortLoading, "Can't create Camera, no root scene node given.");67 ThrowException(AbortLoading, "Can't create Backlight, no root scene node given."); 68 68 69 69 this->ribbonTrail_ = this->getScene()->getSceneManager()->createRibbonTrail(this->getNode()->getName());
Note: See TracChangeset
for help on using the changeset viewer.