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/Converter/KX_BlenderScalarInterpolator.h')
-rw-r--r--source/gameengine/Converter/KX_BlenderScalarInterpolator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Converter/KX_BlenderScalarInterpolator.h b/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
index fc08d3b54d6..cd18bd8c1d6 100644
--- a/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
+++ b/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
@@ -48,7 +48,7 @@ public:
virtual ~BL_ScalarInterpolator() {}
virtual float GetValue(float currentTime) const;
- struct FCurve *GetFCurve() { return m_fcu;};
+ struct FCurve *GetFCurve() { return m_fcu; }
private:
struct FCurve *m_fcu;