1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-15 22:21:00 +00:00

Default mEasingFn in constructor

This commit is contained in:
Sam Hellawell 2024-04-28 23:40:45 +01:00
parent 231af7b1ae
commit 72c95a51df

View File

@ -93,6 +93,7 @@ namespace MWRender
AnimBlendController::AnimBlendController(const osg::ref_ptr<SceneUtil::KeyframeController>& keyframeTrack,
const AnimBlendStateData& newState, const osg::ref_ptr<const SceneUtil::AnimBlendRules>& blendRules)
: mEasingFn(&Easings::sineOut)
{
setKeyframeTrack(keyframeTrack, newState, blendRules);
}