mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge pull request #5324 from ZappoMan/fixLaggingTouch
fix lagging touch events
This commit is contained in:
commit
17ec524253
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ void Application::idle() {
|
|||
}
|
||||
// After finishing all of the above work, ensure the idle timer is set to the proper interval,
|
||||
// depending on whether we're throttling or not
|
||||
idleTimer->start(_glWidget->isThrottleRendering() ? THROTTLED_IDLE_TIMER_DELAY : 0);
|
||||
idleTimer->start(_glWidget->isThrottleRendering() ? THROTTLED_IDLE_TIMER_DELAY : 1);
|
||||
}
|
||||
|
||||
// check for any requested background downloads.
|
||||
|
|
Loading…
Reference in a new issue