Skip to content

Commit c81c288

Browse files
committed
Fix for All flag and missing Lumin
1 parent 9ed2774 commit c81c288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum UnitySetupComponent {
2121
WebGL = (1 -shl 13)
2222
Mac_IL2CPP = (1 -shl 14)
2323
Lumin = (1 -shl 15)
24-
All = (1 -shl 15) - 1
24+
All = (1 -shl 16) - 1
2525
}
2626

2727
[Flags()]

0 commit comments

Comments
 (0)