Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPorteries Tristan <republicthunderbolt9@gmail.com>2015-10-19 21:28:05 +0300
committerPorteries Tristan <republicthunderbolt9@gmail.com>2015-10-19 21:28:05 +0300
commited7c7a0a051b99b888c2898f4590740023b2bb7f (patch)
tree796cd0cbd8a45ed2de00a8d43dccfd15f48b96de
parent2c369b149044be5be6dfe8d881855ba846fbecc0 (diff)
BGE: Cleanup BL_Action
Remove initialization of m_endtime : fix compile about previous BL_Action cleanup.
-rw-r--r--source/gameengine/Ketsji/BL_Action.cpp1
1 files changed, 0 insertions, 1 deletions
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),