init playreverse

This commit is contained in:
yangxiao 2014-07-09 09:59:18 +08:00
parent 7b35f36ba3
commit 0c28106b48
1 changed files with 2 additions and 1 deletions

View File

@ -166,11 +166,12 @@ void Animate3D::setWeight(float weight)
}
Animate3D::Animate3D()
: _absSpeed(1)
: _absSpeed(1.f)
, _weight(1.f)
, _start(0.f)
, _last(1.f)
, _animation(nullptr)
, _playReverse(false)
{
}