Patch/Bugfix so wind noise got controlable seed and therefore redoable cloth sims - bug reported by istvan

This commit is contained in:
2009-06-06 21:49:00 +00:00
parent 8ed66c5691
commit 580e69b365
6 changed files with 29 additions and 10 deletions

View File

@@ -3757,7 +3757,8 @@ static int setupPI( Object* ob )
ob->pd->pdef_perm =0;
ob->pd->f_strength =0;
ob->pd->f_power =0;
ob->pd->maxdist =0;
ob->pd->maxdist =0;
ob->pd->seed =0;
return 1;
}