Changeset 6852 in orxonox.OLD for trunk/src/world_entities/image_entity.cc
- Timestamp:
- Jan 30, 2006, 3:35:17 AM (19 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.