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:
authorSergey Sharybin <sergey@blender.org>2021-10-27 16:12:19 +0300
committerSergey Sharybin <sergey@blender.org>2021-10-27 16:14:54 +0300
commit19a559d1700770c6d5d3bcf2b9f500d287e24682 (patch)
tree6d295aaf82e33a23e3534887320c2f3f589ce60c /source/blender/modifiers
parent332de3a2da029ad8960fa87b812c8f6d73f8dc9e (diff)
Fix warning after recent fluid modifier changes
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_fluid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluid.c b/source/blender/modifiers/intern/MOD_fluid.c
index acc92fde766..c019a49cdb9 100644
--- a/source/blender/modifiers/intern/MOD_fluid.c
+++ b/source/blender/modifiers/intern/MOD_fluid.c
@@ -143,7 +143,6 @@ static Mesh *modifyMesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh *
return me;
#else
FluidModifierData *fmd = (FluidModifierData *)md;
- Mesh *result = NULL;
if (ctx->flag & MOD_APPLY_ORCO) {
return me;