Changeset 6279
- Timestamp:
- Dec 9, 2009, 10:43:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6256 r6279 163 163 if( this->controllableEntity_ && !this->controllableEntity_->isInMouseLook() ) 164 164 { 165 if (this->getControllableEntity() && this->getControllableEntity()->getIdentifier()->getName() == "SpaceShip") 166 this->showOverlays(); 165 167 this->updateTarget(); 166 168 if ( !controlPaused_ ) { … … 176 178 } 177 179 } 180 else 181 this->hideOverlays(); 178 182 179 183 if ( this->acceleration_ > 0 )
Note: See TracChangeset
for help on using the changeset viewer.