mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Workaround X11 crash issue
This commit is contained in:
parent
45fc515ae3
commit
6842a5861b
1 changed files with 0 additions and 3 deletions
|
@ -4711,9 +4711,6 @@ void DisplayServerX11::process_events() {
|
||||||
MutexLock mutex_lock(events_mutex);
|
MutexLock mutex_lock(events_mutex);
|
||||||
events = polled_events;
|
events = polled_events;
|
||||||
polled_events.clear();
|
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) {
|
for (uint32_t event_index = 0; event_index < events.size(); ++event_index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue