- Timestamp:
 - Jul 4, 2006, 1:21:18 AM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/lib/collision_reaction/cr_physics_ground_walk.cc
r9076 r9083 140 140 141 141 // object is beneath the plane (ground) 142 if(height >= 0.0f && height <= 0.0001f) break ;// Do nothing143 elseif( height < 0.0f )142 // if(height >= 0.0f && height <= 0.0001f) break ;// Do nothing 143 if( height < 0.0f ) 144 144 { 145 145 entity->shiftCoor(Vector(0.0f, -height + 0.00001, 0.0f));  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






