Changed Position of cg_drawFPS

This commit is contained in:
perle 2024-08-01 10:58:23 +02:00
parent 3f483431d9
commit 1bc1d4ec49
2 changed files with 1 additions and 1 deletions

View file

@ -1343,7 +1343,7 @@ static float CG_DrawFPS( float y ) {
s = va( "%ifps", fps );
w = CG_DrawStrlen( s ) * BIGCHAR_WIDTH;
CG_DrawBigString( 635 - w, y + 2, s, 1.0F);
CG_DrawBigString( 621 - w, 355 + 2, s, 1.0F);
}
return y + BIGCHAR_HEIGHT + 4;

Binary file not shown.