From 10962d8165e8708726829cbded353a3f8f4193df Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 26 Apr 2011 03:18:41 +0000 Subject: [PATCH] - exposed the "low threshold" option to CC bars by request --- modules/TargetCC.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index e16cdf5..557010d 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -251,7 +251,7 @@ end function TargetCC.prototype:GetOptions() local opts = TargetCC.super.prototype.GetOptions(self) - opts["lowThreshold"] = nil + opts["lowThresholdColor"] = nil opts["textSettings"].args["upperTextString"] = nil opts["textSettings"].args["lowerTextString"] = nil