mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
[renderer] Continue the job of merging SCR_UpdateScreen
I think this is probably as merged as it will get (though the update callbacks can probably do with some merging).
This commit is contained in:
parent
88d48944cb
commit
6e636a27d0
20 changed files with 63 additions and 121 deletions
|
@ -147,5 +147,5 @@ CL_UpdateScreen (double realtime)
|
|||
scr_funcs_normal[3] = r_funcs->SCR_DrawPause;
|
||||
|
||||
V_PrepBlend ();
|
||||
r_funcs->SCR_UpdateScreen (realtime, V_RenderView, scr_funcs[index]);
|
||||
SCR_UpdateScreen (realtime, V_RenderView, scr_funcs[index]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue