Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10397 in orxonox.OLD


Ignore:
Timestamp:
Jan 26, 2007, 10:23:35 PM (17 years ago)
Author:
bknecht
Message:

changed a minor mistake. track should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/track/track.cc

    r10385 r10397  
    209209     if(this->mode == 0)
    210210     {
    211           if(this->localTime >= this->duration)
     211          if(this->localTime < this->duration)
    212212             this->localTime += dt;
    213213     }
Note: See TracChangeset for help on using the changeset viewer.