Changeset 11018 for code/trunk/src/orxonox
- Timestamp:
- Jan 2, 2016, 8:59:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/MovableEntity.cc
r10216 r11018 61 61 if (this->isInitialized()) 62 62 if (this->continuousResynchroTimer_) 63 this->continuousResynchroTimer_->destroy();63 delete this->continuousResynchroTimer_; 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.