From: FruitieX Date: Fri, 18 Jun 2010 20:11:59 +0000 (+0300) Subject: aspect fixing on engineinfo panel, broken_panel_cnt -= 1; :D X-Git-Tag: xonotic-v0.1.0preview~541^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1e9da00e148613e209d57d1bc6fb475c50effc10;p=xonotic%2Fxonotic-data.pk3dir.git aspect fixing on engineinfo panel, broken_panel_cnt -= 1; :D --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index f3a4fe52a..f6ba439b8 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); } /* ==================