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/KX_IpoActuator.h')
-rw-r--r--source/gameengine/Ketsji/KX_IpoActuator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_IpoActuator.h b/source/gameengine/Ketsji/KX_IpoActuator.h
index a8b7a362bd9..58cdfc28742 100644
--- a/source/gameengine/Ketsji/KX_IpoActuator.h
+++ b/source/gameengine/Ketsji/KX_IpoActuator.h
@@ -40,13 +40,13 @@ class KX_IpoActuator : public SCA_IActuator
Py_Header
private:
/** Computes the IPO start time from the current time
- and the current frame. */
+ * and the current frame. */
void SetStartTime(float curtime);
/** Computes the current frame from the current time
- and the IPO start time. */
+ * and the IPO start time. */
void SetLocalTime(float curtime);
/** Ensures the current frame is between the start and
- end frames. */
+ * end frames. */
bool ClampLocalTime();
protected: