Changeset 10397 in orxonox.OLD for trunk/src/util/track
- Timestamp:
- Jan 26, 2007, 10:23:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/track/track.cc
r10385 r10397 209 209 if(this->mode == 0) 210 210 { 211 if(this->localTime >=this->duration)211 if(this->localTime < this->duration) 212 212 this->localTime += dt; 213 213 }
Note: See TracChangeset
for help on using the changeset viewer.