[Bf-blender-cvs] [b3d469e78df] master: Fix compile error

Jacques Lucke noreply at git.blender.org
Tue Oct 20 14:17:01 CEST 2020


Commit: b3d469e78df47cabdda64c3e93bd47d25a971409
Author: Jacques Lucke
Date:   Tue Oct 20 14:16:29 2020 +0200
Branches: master
https://developer.blender.org/rBb3d469e78df47cabdda64c3e93bd47d25a971409

Fix compile error

Haven't tested on windows, hope that works.

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

M	source/blender/makesdna/DNA_modifier_defaults.h

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

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 \
   { \



More information about the Bf-blender-cvs mailing list