- Timestamp:
- Dec 15, 2008, 1:52:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc
r2459 r2463 151 151 } 152 152 if (bEmpty) 153 { 154 if (this->collisionShape_ == 0) 155 { 156 this->collisionShape_ = 0; 157 return; 158 } 153 159 this->collisionShape_ = 0; 160 } 154 161 else if (bPrimitive) 155 162 {
Note: See TracChangeset
for help on using the changeset viewer.