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 d828910233f..a82688cea20 100644
--- a/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
+++ b/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
@@ -46,7 +46,7 @@ public:
{}
virtual ~BL_ScalarInterpolator() {}
-
+
virtual float GetValue(float currentTime) const;
struct FCurve *GetFCurve() { return m_fcu; }