From d7fecc9e963d8823d3e6a045c96d3a166ac031a6 Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Fri, 25 Jul 2008 18:57:16 +0000 Subject: Fluid control: WIP commit before weekend, not working is crashing on the first 3 frames --- source/blender/makesdna/DNA_object_fluidsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_object_fluidsim.h') diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h index a8c4d216f26..30257bb9b17 100644 --- a/source/blender/makesdna/DNA_object_fluidsim.h +++ b/source/blender/makesdna/DNA_object_fluidsim.h @@ -128,7 +128,7 @@ typedef struct FluidsimSettings { float velocityforceStrength; float velocityforceRadius; - int pad; + int lastgoodframe; } FluidsimSettings; -- cgit v1.2.3