From ed7c7a0a051b99b888c2898f4590740023b2bb7f Mon Sep 17 00:00:00 2001 From: Porteries Tristan Date: Mon, 19 Oct 2015 20:28:05 +0200 Subject: [PATCH] BGE: Cleanup BL_Action Remove initialization of m_endtime : fix compile about previous BL_Action cleanup. --- source/gameengine/Ketsji/BL_Action.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/gameengine/Ketsji/BL_Action.cpp b/source/gameengine/Ketsji/BL_Action.cpp index 078a98969e6..5889f5ed412 100644 --- a/source/gameengine/Ketsji/BL_Action.cpp +++ b/source/gameengine/Ketsji/BL_Action.cpp @@ -74,7 +74,6 @@ BL_Action::BL_Action(class KX_GameObject* gameobj) m_obj(gameobj), m_startframe(0.f), m_endframe(0.f), - m_endtime(0.f), m_localframe(0.f), m_blendin(0.f), m_blendframe(0.f),