- fixed geometry init problem (stupid, forgot to call reset function)

This commit is contained in:
Nils Thuerey 2006-05-18 13:52:49 +00:00
parent 8537a4d471
commit 24c3187afe

@ -846,10 +846,10 @@ void fluidsimBake(struct Object *ob)
if(!doExportOnly) { if(!doExportOnly) {
SDL_Thread *simthr = NULL; SDL_Thread *simthr = NULL;
//fsDomain->fluidsimFlag = 0; // disable during bake
// perform simulation with El'Beem api and SDL threads // perform simulation with El'Beem api and SDL threads
elbeemSimulationSettings fsset; elbeemSimulationSettings fsset;
elbeemResetSettings(&fsset);
fsset.version = 1; fsset.version = 1;
// setup global settings // setup global settings