Changeset 1575
- Timestamp:
- Jun 9, 2008, 3:38:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/hud/HUD.cc
r1568 r1575 247 247 if ((*it)->getObject() == object) 248 248 { 249 if (this->nav_->getFocus() == (*it)) 250 this->nav_->releaseFocus(); 249 if (this->nav_) 250 if (this->nav_->getFocus() == (*it)) 251 this->nav_->releaseFocus(); 251 252 252 253 delete (*it);
Note: See TracChangeset
for help on using the changeset viewer.