Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3828 in orxonox.OLD for orxonox/trunk/src/animation.h


Ignore:
Timestamp:
Apr 14, 2005, 2:08:40 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: little chang removing frames and changing signes in substr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.h

    r3827 r3828  
    5858  aTest() { last = 0.0;}
    5959  ~aTest() {}
    60   void littleDebug(float f) {  diff = last - f; printf("f=%f, diff=%f\n", f,diff); last = f;}
     60  void littleDebug(float f) {  diff = f - last; printf("f=%f, diff=%f\n", f,diff); last = f;}
    6161 private:
    6262  float diff;
Note: See TracChangeset for help on using the changeset viewer.