forked from bartvdbraak/blender
BGE: Add missing m_jumping initialization
This commit is contained in:
parent
c5a8a4e9d8
commit
9aea98d33c
@ -75,7 +75,8 @@ KX_ObjectActuator(
|
|||||||
m_reference(refobj),
|
m_reference(refobj),
|
||||||
m_active_combined_velocity (false),
|
m_active_combined_velocity (false),
|
||||||
m_linear_damping_active(false),
|
m_linear_damping_active(false),
|
||||||
m_angular_damping_active(false)
|
m_angular_damping_active(false),
|
||||||
|
m_jumping(false)
|
||||||
{
|
{
|
||||||
if (m_bitLocalFlag.ServoControl)
|
if (m_bitLocalFlag.ServoControl)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user