mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-13 23:40:55 +00:00
Stretch Loading Screens to fit the top screen
fixes issues with them looking a bit warped and not fitting at all
This commit is contained in:
parent
8063dc40e0
commit
3f8c75dd59
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ void SCR_DrawLoadScreen (void)
|
|||
}
|
||||
|
||||
if (load_screen_exists == qtrue)
|
||||
Draw_Pic(scr_vrect.x, scr_vrect.y, lscreen);
|
||||
Draw_StretchPic(scr_vrect.x, scr_vrect.y, lscreen, 400, 240);
|
||||
|
||||
Draw_FillByColor(0, 0, 480, 24, 0, 0, 0, 150);
|
||||
Draw_FillByColor(0, 248, 480, 24, 0, 0, 0, 150);
|
||||
|
|
Loading…
Reference in a new issue