Show
Ignore:
Timestamp:
01/28/10 15:14:47 (6 months ago)
Author:
Azaezel
Message:

cleanup for setUserPointer, removed event constructor references to the ZBulletMaterial stub-class. we'll be deriving those from getActor()s later down the line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBullet/src/PhysicsMaterial.cpp

    r3318 r3326  
    3838{ 
    3939    m_pNewtonZone = dynamic_cast<PhysicsZone*>(m_pZone.get())->getZonePtr(); 
    40     m_defaultGroupID = ZBulletMaterialGetDefaultGroupID(m_pNewtonZone); 
     40    m_defaultGroupID = NULL; 
    4141 
    4242    if (_default) 
     
    5454    m_staticFriction = 1.0f; 
    5555    setDynamicFriction(0.7f); 
    56         setCallbacks(); 
     56    setCallbacks(); 
    5757} 
    5858