Changeset 1627 for code/trunk/src/orxonox/objects
- Timestamp:
- Jun 26, 2008, 7:00:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/Model.cc
r1559 r1627 59 59 /** 60 60 @brief XML loading and saving. 61 @p 62 aram xmlelement The XML-element 61 @param xmlelement The XML-element 63 62 @param loading Loading (true) or saving (false) 64 63 @return The XML-element … … 100 99 { 101 100 WorldEntity::changedVisibility(); 102 this->mesh_.setVisible(this->isVisible()); 101 if (this->isInitialized()) 102 this->mesh_.setVisible(this->isVisible()); 103 103 } 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.