From 7b259847d9da20e83abdc7b77d6df41dd156f289 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Mon, 7 Oct 2013 14:31:03 -0700 Subject: [PATCH] Fix Blend.AlphaKnockOut (broken for a long time I guess) (Sourced from shakesoda/stepmania.) --- Themes/_fallback/Scripts/01 alias.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/01 alias.lua b/Themes/_fallback/Scripts/01 alias.lua index 5577185d06..f482a4c03e 100644 --- a/Themes/_fallback/Scripts/01 alias.lua +++ b/Themes/_fallback/Scripts/01 alias.lua @@ -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',