Changeset 6696 in orxonox.OLD for trunk/src/world_entities/planet.cc
- Timestamp:
- Jan 25, 2006, 2:53:34 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.cc
r6695 r6696 78 78 void Planet::loadParams(const TiXmlElement* root) 79 79 { 80 static_cast<WorldEntity*>(this)->loadParams(root);80 WorldEntity::loadParams(root); 81 81 82 82 LoadParam(root, "texture", this, Planet, setTexture)
Note: See TracChangeset
for help on using the changeset viewer.