diff options
Diffstat (limited to 'timer.cpp')
-rw-r--r-- | timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ void Clock::start() { } void Clock::stop() { + if(!running) return; running = false; base += clock.GetElapsedTime(); } |