mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Fix initialization order of members warning
This commit is contained in:
parent
52ed0bcb71
commit
c814176d6a
1 changed files with 1 additions and 1 deletions
|
@ -43,8 +43,8 @@ protected:
|
|||
|
||||
AnimPoseVec _poses;
|
||||
|
||||
AnimBlendType _blendType;
|
||||
float _alpha;
|
||||
AnimBlendType _blendType;
|
||||
|
||||
QString _alphaVar;
|
||||
|
||||
|
|
Loading…
Reference in a new issue