Fix Blend.AlphaKnockOut (broken for a long time I guess)
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -69,7 +69,7 @@ Blend = {
|
|||||||
Modulate = 'BlendMode_Modulate',
|
Modulate = 'BlendMode_Modulate',
|
||||||
CopySource = 'BlendMode_CopySrc',
|
CopySource = 'BlendMode_CopySrc',
|
||||||
AlphaMask = 'BlendMode_AlphaMask',
|
AlphaMask = 'BlendMode_AlphaMask',
|
||||||
AlphaKnockout = 'BlendMode_AlphaKnockout',
|
AlphaKnockOut = 'BlendMode_AlphaKnockOut',
|
||||||
AlphaMultiply = 'BlendMode_AlphaMultiply',
|
AlphaMultiply = 'BlendMode_AlphaMultiply',
|
||||||
Multiply = 'BlendMode_WeightedMultiply',
|
Multiply = 'BlendMode_WeightedMultiply',
|
||||||
Invert = 'BlendMode_InvertDest',
|
Invert = 'BlendMode_InvertDest',
|
||||||
|
|||||||
Reference in New Issue
Block a user