- Timestamp:
- Apr 9, 2009, 4:52:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/map/src/orxonox/objects/worldentities/ControllableEntity.cc
r2662 r2913 62 62 this->hud_ = 0; 63 63 this->camera_ = 0; 64 this->reverseCamera_ = 0; 64 65 this->bDestroyWhenPlayerLeft_ = false; 65 66 this->cameraPositionRootNode_ = this->node_->createChildSceneNode(); … … 148 149 else 149 150 this->attach(position); 150 this->cameraPositions_.push_back(position); 151 152 if (!position->getRenderCamera()) 153 this->cameraPositions_.push_back(position); 154 else 155 this->setReverseCamera(position); 151 156 } 152 157
Note: See TracChangeset
for help on using the changeset viewer.