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-07-29 01:52:37 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-07-29 01:52:37 +0400
commitdfc93da127a03bfd87cb56a3f33566ebf7be6f01 (patch)
treef4ea1c9b3e4fa8815e990f676353db8009bf36be /source/blender/blenkernel/intern/fluidsim.c
parentdd1634b07d4141c941a3ce17c88ecc0e3a92378c (diff)
UI fixes are the hardest ones.. (2nd try)
Diffstat (limited to 'source/blender/blenkernel/intern/fluidsim.c')
-rw-r--r--source/blender/blenkernel/intern/fluidsim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/fluidsim.c b/source/blender/blenkernel/intern/fluidsim.c
index 29c7fff24f9..746e4387b61 100644
--- a/source/blender/blenkernel/intern/fluidsim.c
+++ b/source/blender/blenkernel/intern/fluidsim.c
@@ -141,6 +141,8 @@ void fluidsim_init(FluidsimModifierData *fluidmd)
*/
fss->lastgoodframe = -1;
+
+ fss->flag = 0;
}