From b3d469e78df47cabdda64c3e93bd47d25a971409 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 20 Oct 2020 14:16:29 +0200 Subject: Fix compile error Haven't tested on windows, hope that works. --- source/blender/makesdna/DNA_modifier_defaults.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_modifier_defaults.h b/source/blender/makesdna/DNA_modifier_defaults.h index 44b4e9b855e..34a951ca988 100644 --- a/source/blender/makesdna/DNA_modifier_defaults.h +++ b/source/blender/makesdna/DNA_modifier_defaults.h @@ -575,8 +575,7 @@ } #define _DNA_DEFAULT_SimulationModifierData \ - { \ - } + { 0 } #define _DNA_DEFAULT_SkinModifierData \ { \ -- cgit v1.2.3