Skip to content

Commit

Permalink
Modify Correct Bit
Browse files Browse the repository at this point in the history
  • Loading branch information
thetolbean committed Oct 31, 2024
1 parent 423454a commit ebb4383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum IdentityBlockerCoverage
NONE = 0,
MOUTH = 1 << 0,
EYES = 1 << 1,
OUTER = 1 << 1,
OUTER = 1 << 2,
FULL = MOUTH | EYES | OUTER
}

Expand Down

0 comments on commit ebb4383

Please sign in to comment.