DRTVWR-476: Mention LLApp::stepFrame() in LLAppViewer::idle()

which performs "by hand" the same sequence of calls found in stepFrame().

Why not simply call stepFrame()? Hysterical reasons?
master
Nat Goodspeed 2019-10-22 16:36:16 -04:00
parent aea1e46982
commit 253e360062
1 changed files with 3 additions and 0 deletions

View File

@ -4610,6 +4610,9 @@ void LLAppViewer::idle()
LLFrameTimer::updateFrameTime();
LLFrameTimer::updateFrameCount();
LLEventTimer::updateClass();
// LLApp::stepFrame() performs the above three calls plus mRunner.run().
// Not sure why we don't call stepFrame() here, except that LLRunner seems
// completely redundant with LLEventTimer.
LLNotificationsUI::LLToast::updateClass();
LLSmoothInterpolation::updateInterpolants();
LLMortician::updateClass();