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:
Exter-N 2023-08-25 18:24:21 +02:00 committed by Ottermandias
parent 4f71065d67
commit 792707a6e3

View file

@ -21,8 +21,8 @@ public partial class CombinedTexture
Invalid = -1,
Over = 0,
Under = 1,
RightMultiply = 3,
CopyChannels = 4,
RightMultiply = 2,
CopyChannels = 3,
}
[Flags]