From 073ba9f10bd99b6a6e21e302469ca712d5d0769a Mon Sep 17 00:00:00 2001 From: Kyzentun Keeslala Date: Sun, 24 Apr 2016 17:43:52 -0600 Subject: [PATCH] Forgot to initialize m_tween_uses_effect_delta. --- src/Actor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Actor.cpp b/src/Actor.cpp index 12c89da0f9..52dfa4507b 100644 --- a/src/Actor.cpp +++ b/src/Actor.cpp @@ -165,6 +165,7 @@ Actor::Actor() m_pParent = NULL; m_FakeParent= NULL; m_bFirstUpdate = true; + m_tween_uses_effect_delta= false; } Actor::~Actor()