From 24c3187afe32d4c764f871069324c102957fb039 Mon Sep 17 00:00:00 2001 From: Nils Thuerey Date: Thu, 18 May 2006 13:52:49 +0000 Subject: [PATCH] - fixed geometry init problem (stupid, forgot to call reset function) --- source/blender/src/fluidsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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