Add files via upload

This commit is contained in:
Relationship
2026-07-10 13:36:10 +01:00
committed by GitHub
parent ec822869f2
commit c4864c5818
2 changed files with 156 additions and 2 deletions
+2 -2
View File
@@ -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