Changeset 8504 for code/branches
- Timestamp:
- May 18, 2011, 3:19:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc
r8503 r8504 85 85 { 86 86 if (this->isInitialized()) 87 { 87 88 this->removeAllEngines(); 88 89 89 if (this->boostBlur_) 90 this->boostBlur_->destroy(); 90 if (this->boostBlur_) 91 this->boostBlur_->destroy(); 92 } 91 93 } 92 94
Note: See TracChangeset
for help on using the changeset viewer.