Skip to content

Commit

Permalink
Textures: Renumber CombineOps.
Browse files Browse the repository at this point in the history
Positive values in this enum also double as indices into the labels and tooltip arrays.

(confirmed skill issue moment)
  • Loading branch information
Exter-N authored and Ottermandias committed Aug 26, 2023
1 parent 4f71065 commit 792707a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Penumbra/Import/Textures/CombinedTexture.Manipulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ private enum CombineOp
Invalid = -1,
Over = 0,
Under = 1,
RightMultiply = 3,
CopyChannels = 4,
RightMultiply = 2,
CopyChannels = 3,
}

[Flags]
Expand Down

0 comments on commit 792707a

Please sign in to comment.