fixed Philip's no animation problem

This commit is contained in:
ZappoMan 2013-05-19 20:53:46 -07:00
parent 501a68a2de
commit 06242a82c4

View file

@ -50,7 +50,9 @@ public:
_cameraFarClip(0.0f),
_keyState(NO_KEY_DOWN),
_wantResIn(false),
_wantColor(true) { };
_wantColor(true),
_wantDelta(false)
{ };
~AvatarData();