1
0
mirror of https://git.shylie.info/shylie/terml.git synced 2025-05-16 19:45:28 +00:00

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

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