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_MaterialIpoController.h')
-rw-r--r--source/gameengine/Ketsji/KX_MaterialIpoController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_MaterialIpoController.h b/source/gameengine/Ketsji/KX_MaterialIpoController.h
index a7e9c2cc1c5..ca5d1040da2 100644
--- a/source/gameengine/Ketsji/KX_MaterialIpoController.h
+++ b/source/gameengine/Ketsji/KX_MaterialIpoController.h
@@ -32,7 +32,7 @@ private:
double m_ipotime;
dword m_matname_hash;
public:
- KX_MaterialIpoController(dword matname_hash) :
+ KX_MaterialIpoController(dword matname_hash) :
m_modified(true),
m_ipotime(0.0),
m_matname_hash(matname_hash)
@@ -44,7 +44,7 @@ public:
m_ipotime = time;
m_modified = true;
}
-
+
void
SetOption(
int option,