diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index eabeb27d5e..a0a4af29f6 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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.