diff --git a/source/terml.cpp b/source/terml.cpp index 38764bc..a6cfcec 100644 --- a/source/terml.cpp +++ b/source/terml.cpp @@ -171,7 +171,7 @@ void terml::mainloop() process_events(); - last_time += wait_time; + last_time = current_time; } if (should_quit)