Skip to content

Commit 3b5be1b

Browse files
authored
Merge pull request #183 from jwittner/fix/allFlagLumin
Fix for All flag and missing Lumin
2 parents 9ed2774 + c81c288 commit 3b5be1b

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)