Changeset 6056
- Timestamp:
- Nov 13, 2009, 11:23:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/OrxonoxOverlay.h
r5980 r6056 43 43 #include "core/BaseObject.h" 44 44 #include "core/WindowEventListener.h" 45 #include "OverlayGroup.h" 45 46 46 47 namespace orxonox … … 173 174 if (group != this->group_) 174 175 { 176 if(this->group_) 177 this->group_->removeElement(this); 175 178 this->group_ = group; 176 179 this->changedOverlayGroup();
Note: See TracChangeset
for help on using the changeset viewer.