- Timestamp:
- 01/28/10 15:14:47 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBullet/src/PhysicsMaterial.cpp
r3318 r3326 38 38 { 39 39 m_pNewtonZone = dynamic_cast<PhysicsZone*>(m_pZone.get())->getZonePtr(); 40 m_defaultGroupID = ZBulletMaterialGetDefaultGroupID(m_pNewtonZone);40 m_defaultGroupID = NULL; 41 41 42 42 if (_default) … … 54 54 m_staticFriction = 1.0f; 55 55 setDynamicFriction(0.7f); 56 setCallbacks();56 setCallbacks(); 57 57 } 58 58
