Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8315 in orxonox.OLD for trunk/src/util/animation


Ignore:
Timestamp:
Jun 11, 2006, 1:01:26 PM (18 years ago)
Author:
bensch
Message:

trunk: fixed a nasty seg-fault, when unloading the WeaponManager

@chrigi: do not doulbe-delete :) no, you could not have known

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/animation/t_animation.h

    r8145 r8315  
    316316{
    317317  return this->linear(timePassed);
    318 
    319318}
    320319
     
    338337float tAnimation<T>::quadratic(float timePassed) const
    339338{
    340   this->linear(timePassed);
     339  return this->linear(timePassed);
    341340}
    342341
Note: See TracChangeset for help on using the changeset viewer.