From 1e9da00e148613e209d57d1bc6fb475c50effc10 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Fri, 18 Jun 2010 23:11:59 +0300 Subject: [PATCH] aspect fixing on engineinfo panel, broken_panel_cnt -= 1; :D --- qcsrc/client/hud.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index f3a4fe52a5..f6ba439b81 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4241,7 +4241,7 @@ void HUD_EngineInfo(void) vector color; color = HUD_Get_Num_Color (prevfps, 100); - drawstring(pos, strcat("FPS: ", ftos_decimals(prevfps, cvar("hud_engineinfo_framecounter_decimals"))), '1 1 0' * mySize_y, color, HUD_Panel_GetFgAlpha(id), DRAWFLAG_NORMAL); + drawstring_aspect(pos, strcat("FPS: ", ftos_decimals(prevfps, cvar("hud_engineinfo_framecounter_decimals"))), mySize, mySize_y, color, HUD_Panel_GetFgAlpha(id), DRAWFLAG_NORMAL); } /* ================== -- 2.39.2