Changeset 7068 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 7, 2006, 1:57:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r7055 r7068 166 166 //this->setModel((Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN), 0); 167 167 this->setModel(m, 0); 168 169 if( m != NULL) 170 this->buildObbTree(4); 168 171 } 169 172 }
Note: See TracChangeset
for help on using the changeset viewer.