Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 5:28:15 PM (17 years ago)
Author:
patrick
Message:

removed more bugs, should compile now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/cr_physics_full_walk.cc

    r9982 r9990  
    8181
    8282
    83     const std::vector<CollisionEvent*>* collisionEvents = &(collision->getCollisionEvents());
    84     std::vector<CollisionEvent*>::const_iterator it = collisionEvents->begin();
    85     for(; it != collisionEvents->end(); it++)
     83    std::vector<CollisionEvent*>::const_iterator it = collision->begin();
     84    for(; it != collision->end(); it++)
    8685    {
    8786
     
    215214
    216215}
     216
Note: See TracChangeset for help on using the changeset viewer.