Changeset 6852 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 30, 2006, 3:35:17 AM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/image_entity.cc
r6851 r6852 39 39 { 40 40 this->init(); 41 if( root)41 if(root != NULL) 42 42 this->loadParams(root); 43 43 } -
trunk/src/world_entities/image_entity.h
r6815 r6852 27 27 28 28 void init(); 29 v oid loadParams(const TiXmlElement* root);29 virtual void loadParams(const TiXmlElement* root); 30 30 31 31 void setSize(float sizeX, float sizeY);
Note: See TracChangeset
for help on using the changeset viewer.