- Timestamp:
- Dec 14, 2008, 11:02:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/worldentities/WorldEntity.cc
r2452 r2454 463 463 // Check for type legality. Could be StaticEntity or MobileEntity 464 464 if (!this->isCollisionTypeLegal(type)) 465 return; // exception gets issued anyway465 return; 466 466 if (type != None && !this->getScene()->hasPhysics()) 467 467 {
Note: See TracChangeset
for help on using the changeset viewer.