Changeset 9939 for code/trunk/src/orxonox/interfaces
- Timestamp:
- Dec 21, 2013, 11:16:54 PM (11 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/interfaces/RadarViewable.h
r9667 r9939 63 63 virtual void setRadarName(const std::string& name) 64 64 { 65 // The following if-clause hides objects with radarname "HIDDEN" 66 if (name == "HIDDEN") 67 { 68 this->bVisibility_ = 0; 69 this->settingsChanged(); 70 } 65 71 if (this->radarName_ != name) 66 72 {
Note: See TracChangeset
for help on using the changeset viewer.