From 42874906c8b0116479b9a33cde2c74393d479fa1 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Fri, 26 Nov 2021 20:54:08 +0100 Subject: [PATCH] / gauge floating 0 when at 100% --- scripts/gameplay/gauge.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/gameplay/gauge.lua b/scripts/gameplay/gauge.lua index b3d1789..1dfa708 100644 --- a/scripts/gameplay/gauge.lua +++ b/scripts/gameplay/gauge.lua @@ -156,8 +156,7 @@ local render = function (deltaTime, gaugeType, gaugeValue, isArsEnabled) smallNumberX = gaugePosX-26; else bigNumber = '100'; - smallNumber = 0; - smallNumberX = -100; -- yeet it out of existance + smallNumber = ''; end gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_MIDDLE)