From 4ccbbd308060f0330472828b317c59e054c9ee7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Thu, 5 Mar 2020 11:40:59 +0100 Subject: Fix T74446: Liquid Inflow Does Not Work Somehow this was forgotton in the optimization patch a5c4a44df67e. --- source/blender/blenkernel/intern/fluid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/blender/blenkernel/intern/fluid.c b/source/blender/blenkernel/intern/fluid.c index cfbbd6ea858..70595bfb1a3 100644 --- a/source/blender/blenkernel/intern/fluid.c +++ b/source/blender/blenkernel/intern/fluid.c @@ -626,7 +626,6 @@ static void clamp_bounds_in_domain(FluidDomainSettings *mds, static bool is_static_object(Object *ob) { - /* Check if the object has modifiers that might make the object "dynamic". */ ModifierData *md = ob->modifiers.first; for (; md; md = md->next) { -- cgit v1.2.3