mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fixed Philip's no animation problem
This commit is contained in:
parent
501a68a2de
commit
06242a82c4
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ public:
|
|||
_cameraFarClip(0.0f),
|
||||
_keyState(NO_KEY_DOWN),
|
||||
_wantResIn(false),
|
||||
_wantColor(true) { };
|
||||
_wantColor(true),
|
||||
_wantDelta(false)
|
||||
{ };
|
||||
|
||||
|
||||
~AvatarData();
|
||||
|
|
Loading…
Reference in a new issue