mirror of
https://git.shylie.info/shylie/terml.git
synced 2024-11-21 07:30:07 +00:00
Fix issue caused by event loop taking too long
This commit is contained in:
parent
c949dbb9d9
commit
97ff848762
@ -171,7 +171,7 @@ void terml::mainloop()
|
||||
|
||||
process_events();
|
||||
|
||||
last_time += wait_time;
|
||||
last_time = current_time;
|
||||
}
|
||||
|
||||
if (should_quit)
|
||||
|
Loading…
Reference in New Issue
Block a user