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:
Diffstat (limited to 'source/gameengine/Ketsji/BL_ActionManager.h')
-rw-r--r--source/gameengine/Ketsji/BL_ActionManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h
index 69c6d611df0..90fa164853e 100644
--- a/source/gameengine/Ketsji/BL_ActionManager.h
+++ b/source/gameengine/Ketsji/BL_ActionManager.h
@@ -81,14 +81,14 @@ public:
/**
* Gets the name of the current action
- */
+ */
const char *GetActionName(short layer);
/**
* Sets the current frame of an action
*/
void SetActionFrame(short layer, float frame);
-
+
/**
* Gets the currently running action on the given layer
*/