#949 Fixed game timer threading issue
Before:
- Run a game timer
- Move the timer while running
- The timer speed increases
After:
- Run a game timer
- Move the timer while running
- The timer speed doesn't change anymore
Fixes #949 (closed)
Before:
After:
Fixes #949 (closed)