Changeset 8694 for code/branches/presentation/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc
- Timestamp:
- Jun 2, 2011, 2:05:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc
r5929 r8694 43 43 this->worldEntityOwner_ = creator; 44 44 // suppress synchronisation 45 this->setSyncMode( 0x0);45 this->setSyncMode(ObjectDirection::None); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.