[Bf-blender-cvs] [802be17ce7e] modifier-panels-ui: Fix build error (typo)

Hans Goudey noreply at git.blender.org
Sat Mar 28 06:30:13 CET 2020


Commit: 802be17ce7e56168f25df8309983b3f4f75bd5ed
Author: Hans Goudey
Date:   Sat Mar 28 00:29:47 2020 -0500
Branches: modifier-panels-ui
https://developer.blender.org/rB802be17ce7e56168f25df8309983b3f4f75bd5ed

Fix build error (typo)

===================================================================

M	source/blender/modifiers/intern/MOD_dynamicpaint.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.c b/source/blender/modifiers/intern/MOD_dynamicpaint.c
index 2befcc322a8..454d99cc7ef 100644
--- a/source/blender/modifiers/intern/MOD_dynamicpaint.c
+++ b/source/blender/modifiers/intern/MOD_dynamicpaint.c
@@ -181,7 +181,7 @@ static void foreachTexLink(ModifierData *UNUSED(md),
 }
 
 // uiItemL(layout, IFACE_("Settings are inside the Physics tab"), ICON_NONE);
-}
+
 ModifierTypeInfo modifierType_DynamicPaint = {
     /* name */ "Dynamic Paint",
     /* structName */ "DynamicPaintModifierData",



More information about the Bf-blender-cvs mailing list