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:
authorNils Thuerey <nils@thuerey.de>2006-05-18 17:52:49 +0400
committerNils Thuerey <nils@thuerey.de>2006-05-18 17:52:49 +0400
commit24c3187afe32d4c764f871069324c102957fb039 (patch)
treef15a617d533ec2bb8480340feebb80d42d46a0c5 /source/blender/src/fluidsim.c
parent8537a4d4717882fca4df9cc687a477c5b57edc87 (diff)
- fixed geometry init problem (stupid, forgot to call reset function)
Diffstat (limited to 'source/blender/src/fluidsim.c')
-rw-r--r--source/blender/src/fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/fluidsim.c b/source/blender/src/fluidsim.c
index 8d5e6e7ff6b..858c01834b9 100644
--- a/source/blender/src/fluidsim.c
+++ b/source/blender/src/fluidsim.c
@@ -846,10 +846,10 @@ void fluidsimBake(struct Object *ob)
if(!doExportOnly) {
SDL_Thread *simthr = NULL;
- //fsDomain->fluidsimFlag = 0; // disable during bake
// perform simulation with El'Beem api and SDL threads
elbeemSimulationSettings fsset;
+ elbeemResetSettings(&fsset);
fsset.version = 1;
// setup global settings