Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPorteries Tristan <republicthunderbolt9@gmail.com>2015-07-01 17:38:31 +0300
committerPorteries Tristan <republicthunderbolt9@gmail.com>2015-07-01 17:51:48 +0300
commit607dca070587f4d8bc4afa3c4a49e0f9a74873cd (patch)
tree3969f1922125584f4e924d6b625980ca63aa5177 /source/gameengine/Ketsji/BL_ActionManager.h
parentd3709f4e7948b03defa76908a2043018e3fecffa (diff)
BGE: Fix T44069 playing action during libfree.
Diffstat (limited to 'source/gameengine/Ketsji/BL_ActionManager.h')
-rw-r--r--source/gameengine/Ketsji/BL_ActionManager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h
index 45bcd104826..00e536655c7 100644
--- a/source/gameengine/Ketsji/BL_ActionManager.h
+++ b/source/gameengine/Ketsji/BL_ActionManager.h
@@ -110,6 +110,11 @@ public:
void StopAction(short layer);
/**
+ * Remove playing tagged actions.
+ */
+ void RemoveTaggedActions();
+
+ /**
* Check if an action has finished playing
*/
bool IsActionDone(short layer);