From eedc7e5082b3cc84aec9b4ce4c6d884dac6d0e01 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 25 Aug 2010 01:42:37 -0500 Subject: [PATCH] add modulate blend to productivityhelpers --- Themes/_fallback/Scripts/03 ProductivityHelpers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua index 77680f7e2d..8d14074332 100644 --- a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua +++ b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua @@ -30,9 +30,10 @@ end Blend = { Normal = 'BlendMode_Normal', Add = 'BlendMode_Add', + Modulate = 'BlendMode_Modulate', Multiply = 'BlendMode_WeightedMultiply', Invert = 'BlendMode_InvertDest', - NoEffect = 'BlendMode_NoEffect' + NoEffect = 'BlendMode_NoEffect', } -- Health Declarations