Fix default light group on MacOS

This commit is contained in:
2024-10-04 14:00:11 +01:00
committed by Cody Winchester
parent 643965dbb0
commit c394c36413
@@ -203,7 +203,9 @@ struct ClosureInputCommon {
/* C++ struct initialization. */ /* C++ struct initialization. */
# define CLOSURE_INPUT_COMMON_DEFAULT \ # define CLOSURE_INPUT_COMMON_DEFAULT \
{ \ { \
1.0 \ 1.0, \
lightGroups, \
lightGroupShadows \
} }
#else #else
# define CLOSURE_INPUT_COMMON_DEFAULT ClosureInputCommon(1.0, lightGroups, lightGroupShadows) # define CLOSURE_INPUT_COMMON_DEFAULT ClosureInputCommon(1.0, lightGroups, lightGroupShadows)