[core] pin anim scale factor initialization

This commit is contained in:
ExMix 2014-05-30 15:52:39 +03:00 committed by Alex Zolotarev
parent 04702abbe9
commit 9f9d9e1269

View file

@ -27,6 +27,7 @@ namespace
public:
PinAnimation(Framework & f)
: AnimPhaseChain(f, m_scale)
, m_scale(0.0)
{
InitDefaultPinAnim(this);
}