You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
committed by
Thaddeus Crews
parent
1b8ccb2ecc
commit
3e17d7f028
@@ -4579,9 +4579,6 @@ void DisplayServerX11::process_events() {
|
||||
MutexLock mutex_lock(events_mutex);
|
||||
events = polled_events;
|
||||
polled_events.clear();
|
||||
|
||||
// Check for more pending events to avoid an extra frame delay.
|
||||
_check_pending_events(events);
|
||||
}
|
||||
|
||||
for (uint32_t event_index = 0; event_index < events.size(); ++event_index) {
|
||||
|
||||
Reference in New Issue
Block a user