Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2006, 1:49:17 AM (19 years ago)
Author:
patrick
Message:

cr: got segfault in the cleanup function: list manipulation. flush continue tomorrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/collision_reaction/cr_engine.cc

    r7948 r7949  
    5656  this->reset();
    5757
    58   while( !this->cachedCollisions.empty())
    59     delete this->cachedCollisions.front();
     58   while( !this->cachedCollisions.empty())
     59     delete this->cachedCollisions.back();
    6060  this->cachedCollisions.clear();
    6161}
Note: See TracChangeset for help on using the changeset viewer.