- Timestamp:
- Nov 9, 2008, 11:08:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc
r2161 r2162 54 54 55 55 if (!this->getScene() || !this->getScene()->getRootSceneNode()) 56 throw AbortLoadingException("Can't create WorldEntity, no scene or no root-scenenode given.");56 ThrowException(AbortLoading, "Can't create WorldEntity, no scene or no root-scenenode given."); 57 57 58 58 this->node_ = this->getScene()->getRootSceneNode()->createChildSceneNode();
Note: See TracChangeset
for help on using the changeset viewer.