mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Make statusbar stay at bottom of screen in narrow aspects
This commit is contained in:
parent
b2d893a31b
commit
d8dcb28d04
1 changed files with 1 additions and 0 deletions
|
@ -748,6 +748,7 @@ static void CG_DrawRallyStatusBar( void ) {
|
|||
return;
|
||||
}
|
||||
|
||||
CG_SetScreenPlacement(PLACE_CENTER, PLACE_BOTTOM);
|
||||
|
||||
// draw the dtf sigils
|
||||
|
||||
|
|
Loading…
Reference in a new issue