Changeset 10714 in orxonox.OLD for branches/presentation/src/world_entities/world_entity.cc
- Timestamp:
- Jun 18, 2007, 3:19:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/world_entity.cc
r10710 r10714 347 347 348 348 // extract the mount points 349 // Patrick: they get extracted automaticaly now within the model finalization process 350 /* 351 349 352 if(model != NULL) 350 353 model->extractMountPoints(); … … 353 356 PRINTF(0)("Worldentity %s has no mount points", (this->getName()).c_str()); 354 357 return; 355 } 358 }*/ 356 359 357 360 // first get all mount points from the model
Note: See TracChangeset
for help on using the changeset viewer.