mirror of https://github.com/mosra/magnum.git
Browse Source
The pause should advance at `stopPauseTime - startTime`, but the *original* startTime. Since I changed startTime to be `stopPauseTime - startTime`, the pause advanced to `stopPauseTime + startTime`, which is wrong. Now the timeToUse variable is containing the real final time to unconfuse everything.pull/255/merge
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue