* adjust max width of timing bars

This commit is contained in:
FajsiEx 2021-07-27 23:57:27 +02:00
parent b252d801ed
commit f2436ba259
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function drawTimingBar(y, value, max, type)
gfx.FillColor(46,211,241,255);
end
gfx.Rect(rightPanelX+695,rightPanelY+y,256*(value/max), 8);
gfx.Rect(rightPanelX+696,rightPanelY+y,293*(value/max), 8);
gfx.Fill();
gfx.ClosePath();
end