Add files via upload
This commit is contained in:
+2
-2
@@ -381,8 +381,8 @@ function CMapScaleSlider_Update()
|
||||
if val < 0.3 then val = 0.3 end
|
||||
if val > 1.0 then val = 1.0 end
|
||||
CMapScaleSlider:SetValue(val)
|
||||
CMapScaleSliderLowText:SetText("0.30")
|
||||
CMapScaleSliderHighText:SetText("1.00")
|
||||
CMapScaleSliderLow:SetText("0.30")
|
||||
CMapScaleSliderHigh:SetText("1.00")
|
||||
CMapScaleSliderValueText:SetText(string.format("%.2f", val))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user