Merged mfeemster/fractorium into master

This commit is contained in:
Michel Mastriani 2019-05-13 22:26:40 -03:00
commit 9867c97a18

View File

@ -228,7 +228,7 @@ template <typename T> void FractoriumEmberController<T>::K2Changed(double d)
UpdateAll([&](Ember<T>& ember, bool isMain)
{
ember.m_K2 = d;
}, true, m_Renderer->EarlyClip() ? eProcessAction::FILTER_AND_ACCUM : eProcessAction::ACCUM_ONLY, m_Fractorium->ApplyAll());
}, true, eProcessAction::FILTER_AND_ACCUM, m_Fractorium->ApplyAll());
}
void Fractorium::OnK2Changed(double d) { m_Controller->K2Changed(d); }