Changeset 3876 in orxonox.OLD for orxonox/trunk/src/util/animation/animation.cc
- Timestamp:
- Apr 18, 2005, 5:18:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation.cc
r3868 r3876 28 28 { 29 29 // initialize a beginning KeyFrame, that will be deleted afterwards 30 this-> bHasKeys = false;30 this->keyFrameCount = 0; 31 31 this->bHandled = true; 32 32 this->bDelete = false;
Note: See TracChangeset
for help on using the changeset viewer.