Changeset 4115 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- May 7, 2005, 10:13:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/world_entity.cc
r4114 r4115 65 65 this->model = NULL; 66 66 string = grabParameter( root, "model"); 67 printf("::::::::::::::::::::::string is %s\n", string);68 67 if( string != NULL) 69 68 this->model = (Model*)ResourceManager::getInstance()->load(string, OBJ, RP_CAMPAIGN);
Note: See TracChangeset
for help on using the changeset viewer.