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
parent
aea1e46982
commit
253e360062
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue