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:
Diffstat (limited to 'source/blender/makesdna/DNA_smoke_types.h')
-rw-r--r--source/blender/makesdna/DNA_smoke_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 47f73c6ac22..76b609b0c6c 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -174,7 +174,7 @@ typedef struct SmokeDomainSettings {
int flags; /* show up-res or low res, etc */
int viewsettings;
short noise; /* noise type: wave, curl, anisotropic */
- short diss_percent;
+ short diss_percent;
int diss_speed;/* in frames */
float strength;
int res_wt[3];