Fix Blend.AlphaKnockOut (broken for a long time I guess)

(Sourced from shakesoda/stepmania.)
This commit is contained in:
Colby Klein
2013-10-07 14:31:03 -07:00
parent 7b76ed78d6
commit 7b259847d9
+1 -1
View File
@@ -69,7 +69,7 @@ Blend = {
Modulate = 'BlendMode_Modulate',
CopySource = 'BlendMode_CopySrc',
AlphaMask = 'BlendMode_AlphaMask',
AlphaKnockout = 'BlendMode_AlphaKnockout',
AlphaKnockOut = 'BlendMode_AlphaKnockOut',
AlphaMultiply = 'BlendMode_AlphaMultiply',
Multiply = 'BlendMode_WeightedMultiply',
Invert = 'BlendMode_InvertDest',