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

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