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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-09 22:28:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-09 22:28:30 +0400
commit89a963fb7fdff543b77de790355b9dac3019bd33 (patch)
tree4e1d2245e20f8c21625e99d771776f66c233a0de /source/gameengine/Ketsji/KX_IpoActuator.h
parentde4bd55e01bc574c13977537ace1a0901dcfcaf0 (diff)
style cleanup: comment blocks
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: