Fix warning after recent fluid modifier changes

This commit is contained in:
Sergey Sharybin 2021-10-27 15:12:19 +02:00
parent 332de3a2da
commit 19a559d170
Notes: blender-bot 2023-02-13 22:38:46 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
1 changed files with 0 additions and 1 deletions

View File

@ -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;