Changeset 6387 for code/branches/presentation2/src/orxonox/overlays
- Timestamp:
- Dec 21, 2009, 1:18:36 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/overlays/OrxonoxOverlay.cc
r6310 r6387 171 171 { 172 172 SUPER( OrxonoxOverlay, changedVisibility ); 173 173 174 174 if (!this->overlay_) 175 175 return; -
code/branches/presentation2/src/orxonox/overlays/OverlayGroup.cc
r6054 r6387 144 144 { 145 145 SUPER( OverlayGroup, changedVisibility ); 146 146 147 147 for (std::set< SmartPtr<OrxonoxOverlay> >::iterator it = hudElements_.begin(); it != hudElements_.end(); ++it) 148 148 (*it)->changedVisibility(); //inform all Child Overlays that our visibility has changed
Note: See TracChangeset
for help on using the changeset viewer.