Fix building on MSVC

Empty struct introduced in dad9f45561.
This commit is contained in:
2023-01-10 19:04:07 +11:00
parent ed66321996
commit b7f5e4b1b6

View File

@@ -616,7 +616,7 @@
#define _DNA_DEFAULT_SurfaceModifierData \
{ \
/* Intentionally empty (all run-time data). */ \
.runtime = {NULL}, /* Include to avoid empty an struct (for MSVC). */ \
}
#define _DNA_DEFAULT_SurfaceDeformModifierData \