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:
authorCampbell Barton <ideasman42@gmail.com>2018-10-23 07:00:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-23 07:00:40 +0300
commit756ac74f817b6cdb8875c57a7cd7f8ff3b7f4769 (patch)
treeae31cc0843bb87539aad13ff7c85999dcd2ac77f /source/blender/modifiers/intern/MOD_fluidsim_util.h
parentdbdf653f8e477f8b23185b236667c774549a0f93 (diff)
Cleanup: rename 'dm' -> 'me' for 'Mesh' types
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.h b/source/blender/modifiers/intern/MOD_fluidsim_util.h
index 041a67eddbd..4bb745fbd66 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.h
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.h
@@ -46,6 +46,6 @@ void fluidsim_free(struct FluidsimModifierData *fluidmd);
struct Mesh *fluidsimModifier_do(
struct FluidsimModifierData *fluidmd,
const struct ModifierEvalContext *ctx,
- struct Mesh *dm);
+ struct Mesh *me);
#endif