/ result gauge fill not filling the full width

This commit is contained in:
FajsiEx 2021-08-28 17:25:55 +02:00
parent 9fce65424a
commit 8b19abe7a2
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ local drawRightPanelContent = function()
local gaugePosX = rightPanelX + 1027; local gaugePosX = rightPanelX + 1027;
local gaugePosY = rightPanelY + 309; local gaugePosY = rightPanelY + 309;
local FillW, FillH = 9, 236; local FillW, FillH = 9.5, 236;
gfx.BeginPath(); gfx.BeginPath();
gfx.Scissor(gaugePosX, gaugePosY + (FillH - (FillH * (result.gauge))), gfx.Scissor(gaugePosX, gaugePosY + (FillH - (FillH * (result.gauge))),