mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
IOQ3 commit 2219
This commit is contained in:
parent
c5492f63ad
commit
60bdc1e9bb
1 changed files with 1 additions and 1 deletions
|
@ -1782,7 +1782,7 @@ static void CG_DrawLagometer(void)
|
|||
trap_R_SetColor(NULL);
|
||||
|
||||
if (cg_nopredict.integer || cg_synchronousClients.integer) {
|
||||
CG_DrawBigString(ax, ay, "snc", 1.0);
|
||||
CG_DrawBigString(x, y, "snc", 1.0);
|
||||
}
|
||||
|
||||
CG_DrawDisconnect();
|
||||
|
|
Loading…
Reference in a new issue