fix lagging touch events

This commit is contained in:
ZappoMan 2015-07-14 16:03:44 -07:00
parent 049419cec7
commit 68f4fe6566

View file

@ -1853,7 +1853,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.