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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-08-14 13:19:41 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-08-14 13:19:41 +0400
commitc5d902133f03c6740aea6801940b022f615ca0d5 (patch)
treead954791a6589f95cf36a5a9cf0f9617f835a00c /source/blender/makesdna/DNA_object_fluidsim.h
parentbd34ecafef86925d7682495a923fee34af783acd (diff)
Bugfix for a) Fluid ipos gone after save-load b) changing viscosity causes fluidsim to be reversed [both reported by broken] (at least 3 known bugs left)
Diffstat (limited to 'source/blender/makesdna/DNA_object_fluidsim.h')
-rw-r--r--source/blender/makesdna/DNA_object_fluidsim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_fluidsim.h b/source/blender/makesdna/DNA_object_fluidsim.h
index ac7828b1798..fde1ce57875 100644
--- a/source/blender/makesdna/DNA_object_fluidsim.h
+++ b/source/blender/makesdna/DNA_object_fluidsim.h
@@ -159,7 +159,7 @@ typedef struct FluidsimSettings {
#define OB_FSPART_FLOAT (1<<4)
// new fluid bit flags for fss->flags - dg
-#define OB_FLUIDSIM_REVERSE 1
+#define OB_FLUIDSIM_REVERSE (1 << 0)
#ifdef __cplusplus
}