mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:58:56 +02:00
Fixing comment to reflect code
This commit is contained in:
parent
4cffa26c01
commit
88a733181e
1 changed files with 2 additions and 1 deletions
|
@ -1845,8 +1845,9 @@ void Application::idle() {
|
||||||
_idleLoopStdev.reset();
|
_idleLoopStdev.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
// After finishing all of the above work, restart the idle timer, allowing 2ms to process events.
|
|
||||||
}
|
}
|
||||||
|
// 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 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue