Skip to content
Snippets Groups Projects
Commit fff0dd3f authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-16729 FIXED Keyframes preview does not work in automatic mode

parent 1049089d
No related branches found
No related tags found
No related merge requests found
......@@ -1596,7 +1596,8 @@ void LLFloaterEditExtDayCycle::onIdlePlay(void* user_data)
F32 new_frame = fmod(self->mPlayStartFrame + prcnt_played, 1.f);
self->mTimeSlider->setCurSliderValue(new_frame); // will do the rounding
self->mSkyBlender->setPosition(new_frame);
self->mWaterBlender->setPosition(new_frame);
self->synchronizeTabs();
self->updateTimeAndLabel();
self->updateButtons();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment