Fix initialization order of members warning

This commit is contained in:
Anthony J. Thibault 2019-08-29 16:16:19 -07:00
parent 52ed0bcb71
commit c814176d6a

View file

@ -43,8 +43,8 @@ protected:
AnimPoseVec _poses;
AnimBlendType _blendType;
float _alpha;
AnimBlendType _blendType;
QString _alphaVar;