- Timestamp:
- Dec 16, 2008, 5:46:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc
r2477 r2484 165 165 { 166 166 bEmpty = false; 167 if (!it->first->hasTransform() )167 if (!it->first->hasTransform() && !bPrimitive) 168 168 primitive = it->second; 169 169 else
Note: See TracChangeset
for help on using the changeset viewer.