demo: draw recording message a bit higher
This commit is contained in:
parent
0801922466
commit
860d3be42d
1 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ void CL_DrawDemoRecording( void )
|
|||
Q_memprint( pos ), (int)(cls.demotime / 60.0f ), (int)fmod( cls.demotime, 60.0f ));
|
||||
|
||||
Con_DrawStringLen( string, &len, NULL );
|
||||
Con_DrawString(( glState.width - len ) >> 1, glState.height >> 2, string, color );
|
||||
Con_DrawString(( glState.width - len ) >> 1, glState.height >> 4, string, color );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue