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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-09-22 04:00:38 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-09-22 04:00:38 +0400
commit32b13c13af8263134adefd2a95e210d536cd17d7 (patch)
treea76bacbd5a87dd9a4462c0d53146b8f8cd4b41b1
parent9f802038b63f486277fb15c53dbe05329ee5a2ae (diff)
fix typo in last commitfluidcontrol
-rw-r--r--source/blender/blenloader/intern/writefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 7bfa21604d7..788a1d6a8a0 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -839,11 +839,11 @@ static void write_modifiers(WriteData *wd, ListBase *modbase)
if (mti == NULL) return;
if(md->type==eModifierType_Fluidsim)
- md->type = eModifierType_ShrinkWrap;
+ md->type = eModifierType_Shrinkwrap;
writestruct(wd, DATA, mti->structName, 1, md);
- if(md->type==eModifierType_ShrinkWrap)
+ if(md->type==eModifierType_Shrinkwrap)
md->type = eModifierType_Fluidsim;
if (md->type==eModifierType_Hook) {