From c02006bc2b8566ae96af1e9e9630f0ecd5a1d05e Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 16 Jun 2011 01:18:52 +0000 Subject: BGE Animations: Adding the ipo flag options to the action actuator. This still needs more testing. --- source/gameengine/Ketsji/BL_ActionManager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gameengine/Ketsji/BL_ActionManager.h') diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h index b769db02bf9..f4ef43d3801 100644 --- a/source/gameengine/Ketsji/BL_ActionManager.h +++ b/source/gameengine/Ketsji/BL_ActionManager.h @@ -49,6 +49,7 @@ public: float blendin=0.f, short play_mode=0, short blend_mode=0, + short ipo_flags=0, float playback_speed=1.f); float GetActionFrame(short layer); -- cgit v1.2.3