Fix issue caused by event loop taking too long

This commit is contained in:
Shylie 2024-02-28 14:14:46 -05:00
parent c949dbb9d9
commit 97ff848762

View File

@ -171,7 +171,7 @@ void terml::mainloop()
process_events();
last_time += wait_time;
last_time = current_time;
}
if (should_quit)