mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[glsl] Reorder some code for consistency
This commit is contained in:
parent
9514ad1ae4
commit
04fd9baff5
1 changed files with 3 additions and 4 deletions
|
@ -169,14 +169,13 @@ glsl_R_RenderFrame (SCR_Func *scr_funcs)
|
|||
glsl_ctx->end_rendering ();
|
||||
}
|
||||
|
||||
//FIXME useless cvar? vid.numpages = 2 + gl_triplebuffer->int_val;
|
||||
//FIXME forces the status bar to redraw. needed because it does not fully
|
||||
//update in sw modes but must in glsl mode
|
||||
vr_data.scr_copyeverything = 1;
|
||||
|
||||
qfeglClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
begun = 1;
|
||||
//FIXME forces the status bar to redraw. needed because it does not fully
|
||||
//update in sw modes but must in glsl mode
|
||||
vr_data.scr_copyeverything = 1;
|
||||
|
||||
glsl_R_RenderView ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue