Forgot to initialize m_tween_uses_effect_delta.

This commit is contained in:
Kyzentun Keeslala
2016-04-24 17:43:52 -06:00
parent d372a6c8fd
commit 073ba9f10b
+1
View File
@@ -165,6 +165,7 @@ Actor::Actor()
m_pParent = NULL;
m_FakeParent= NULL;
m_bFirstUpdate = true;
m_tween_uses_effect_delta= false;
}
Actor::~Actor()