- 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/Camera.cc
r2161 r2162 53 53 54 54 if (!this->getScene() || !this->getScene()->getSceneManager()) 55 throw AbortLoadingException("Can't create Camera, no scene or no scene manager given.");55 ThrowException(AbortLoading, "Can't create Camera, no scene or no scene manager given."); 56 56 57 57 this->camera_ = this->getScene()->getSceneManager()->createCamera(getUniqueNumberString());
Note: See TracChangeset
for help on using the changeset viewer.