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_ScalingInterpolator.h')
-rw-r--r--source/gameengine/Ketsji/KX_ScalingInterpolator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_ScalingInterpolator.h b/source/gameengine/Ketsji/KX_ScalingInterpolator.h
index 52b6d0cf8cc..55dfb55f500 100644
--- a/source/gameengine/Ketsji/KX_ScalingInterpolator.h
+++ b/source/gameengine/Ketsji/KX_ScalingInterpolator.h
@@ -43,11 +43,11 @@ public:
KX_IScalarInterpolator *ipos[])
: m_target(target)
{
- m_ipos[0] = ipos[0];
- m_ipos[1] = ipos[1];
+ m_ipos[0] = ipos[0];
+ m_ipos[1] = ipos[1];
m_ipos[2] = ipos[2];
}
-
+
virtual void Execute(float currentTime) const;
private: