BGE: Fix for [#30450] "F-Curve on bone not working" reported by HG1.

Run IPOs for all objects and not just non-armature objects.
This commit is contained in:
Mitchell Stokes 2013-06-24 09:37:37 +00:00
parent c3d70a9baf
commit 64007a94c0

@ -479,10 +479,10 @@ void BL_Action::Update(float curtime)
obj->SetActiveAction(NULL, 0, curtime);
}
m_obj->UpdateIPO(m_localtime, m_ipo_flags & ACT_IPOFLAG_CHILD);
}
m_obj->UpdateIPO(m_localtime, m_ipo_flags & ACT_IPOFLAG_CHILD);
if (m_done)
ClearControllerList();
}