From 826afb1d808d45af665f20cec0c74a4e75d1a7e1 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Wed, 18 Aug 2021 18:32:09 +0200 Subject: [PATCH] * correctly position result median and mean hit deltas --- scripts/result.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/result.lua b/scripts/result.lua index e19c480..1725c93 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -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