mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Changed Position of cg_drawFPS
This commit is contained in:
parent
3f483431d9
commit
1bc1d4ec49
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
BIN
q3rallycode.ppr
BIN
q3rallycode.ppr
Binary file not shown.
Loading…
Reference in a new issue