mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Textures: Renumber CombineOps.
Positive values in this enum also double as indices into the labels and tooltip arrays. (confirmed skill issue moment)
This commit is contained in:
parent
4f71065d67
commit
792707a6e3
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ public partial class CombinedTexture
|
|||
Invalid = -1,
|
||||
Over = 0,
|
||||
Under = 1,
|
||||
RightMultiply = 3,
|
||||
CopyChannels = 4,
|
||||
RightMultiply = 2,
|
||||
CopyChannels = 3,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue