Fix default light group on MacOS
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user