BGE: Cleanup BL_Action

Remove initialization of m_endtime : fix compile about previous BL_Action cleanup.
This commit is contained in:
Porteries Tristan 2015-10-19 20:28:05 +02:00
parent 2c369b1490
commit ed7c7a0a05
Notes: blender-bot 2023-02-14 08:28:49 +01:00
Referenced by issue #46639, Pressing "CTRL" for snapping causes selected object/element to jump
1 changed files with 0 additions and 1 deletions

View File

@ -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),