Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2005, 2:24:50 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer implementation, also fool-proof now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/animation/animation3d.cc

    r3978 r3979  
    9191    duration = 1.0;
    9292  // if the Rotation-Animation-function is set ANIM_NULL, animFuncRot will match animFuncRot
     93  if (animFuncMov == ANIM_NULL)
     94    animFuncMov = ANIM_DEFAULT_FUNCTION;
    9395  if (animFuncRot == ANIM_NULL)
    9496    animFuncRot = animFuncMov;
Note: See TracChangeset for help on using the changeset viewer.