Changeset 3827 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Apr 14, 2005, 2:05:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation.h
r3826 r3827 56 56 { 57 57 public: 58 aTest() { }58 aTest() { last = 0.0;} 59 59 ~aTest() {} 60 void littleDebug(float f) { printf("setting f to:%f\n", f);} 60 void littleDebug(float f) { diff = last - f; printf("f=%f, diff=%f\n", f,diff); last = f;} 61 private: 62 float diff; 63 float last; 61 64 }; 62 65
Note: See TracChangeset
for help on using the changeset viewer.