- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/collisionshapes/CollisionShape.cc
r8858 r9629 49 49 Constructor. Registers and initializes the object. 50 50 */ 51 CollisionShape::CollisionShape( BaseObject* creator)52 : BaseObject(c reator)53 , Synchronisable(c reator)51 CollisionShape::CollisionShape(Context* context) 52 : BaseObject(context) 53 , Synchronisable(context) 54 54 { 55 55 RegisterObject(CollisionShape);
Note: See TracChangeset
for help on using the changeset viewer.