* correctly position result median and mean hit deltas

This commit is contained in:
FajsiEx 2021-08-18 18:32:09 +02:00
parent 7fc93dc3be
commit 826afb1d80
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ local drawBottomPanelContent = function (deltatime)
-- Draw median and mean hit delta
local leftX = bottomPanelX+600
local rightX = bottomPanelX+900
local rightX = bottomPanelX+1010
local baseY = bottomPanelY+440
local detailTextMargin = 25