[Bf-blender-cvs] [ed7c7a0] master: BGE: Cleanup BL_Action

Porteries Tristan noreply at git.blender.org
Mon Oct 19 20:29:19 CEST 2015


Commit: ed7c7a0a051b99b888c2898f4590740023b2bb7f
Author: Porteries Tristan
Date:   Mon Oct 19 20:28:05 2015 +0200
Branches: master
https://developer.blender.org/rBed7c7a0a051b99b888c2898f4590740023b2bb7f

BGE: Cleanup BL_Action

Remove initialization of m_endtime : fix compile about previous BL_Action cleanup.

===================================================================

M	source/gameengine/Ketsji/BL_Action.cpp

===================================================================

diff --git a/source/gameengine/Ketsji/BL_Action.cpp b/source/gameengine/Ketsji/BL_Action.cpp
index 078a989..5889f5e 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),




More information about the Bf-blender-cvs mailing list