From a44cde63a55331125fa617b9d80fe524e13a7590 Mon Sep 17 00:00:00 2001 From: firestarsdog <229254897+firestarsdog@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:19:48 -0400 Subject: [PATCH] BigUI WIP: The Bar Borked --- tools/replay/control_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/replay/control_bar.py b/tools/replay/control_bar.py index a52d40ec0..57f3a4a76 100755 --- a/tools/replay/control_bar.py +++ b/tools/replay/control_bar.py @@ -267,7 +267,7 @@ def main(): else: # Waiting state msg = "Waiting for replay..." - tw = rl.measure_text_ex(font, msg, 12) + tw = rl.measure_text_ex(font, msg, 12, 0) rl.draw_text_ex(font, msg, rl.Vector2((W - tw.x) / 2, H / 2 - 6), 12, 0, TXT_DIM) rl.end_drawing()