mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Force a full update when the fade screen is drawn.
This commit is contained in:
parent
2974bedd78
commit
a05e7253e4
2 changed files with 2 additions and 0 deletions
|
@ -794,6 +794,7 @@ Draw_FadeScreen (void)
|
|||
pbuf[x] = 0;
|
||||
}
|
||||
}
|
||||
vr_data.scr_copyeverything = 1;
|
||||
|
||||
VID_UnlockBuffer ();
|
||||
S_ExtraUpdate ();
|
||||
|
|
|
@ -1264,6 +1264,7 @@ sw32_Draw_FadeScreen (void)
|
|||
default:
|
||||
Sys_Error("Draw_FadeScreen: unsupported r_pixbytes %i", sw32_r_pixbytes);
|
||||
}
|
||||
vr_data.scr_copyeverything = 1;
|
||||
|
||||
VID_UnlockBuffer ();
|
||||
S_ExtraUpdate ();
|
||||
|
|
Loading…
Reference in a new issue