mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 17:41:11 +00:00
IOQ3 commit 2103
This commit is contained in:
parent
cdcc03ec14
commit
878f24a530
1 changed files with 5 additions and 5 deletions
|
@ -545,11 +545,6 @@ void RB_BeginDrawingView (void) {
|
|||
// 2D images again
|
||||
backEnd.projection2D = qfalse;
|
||||
|
||||
//
|
||||
// set the modelview matrix for the viewer
|
||||
//
|
||||
SetViewportAndScissor();
|
||||
|
||||
if (glState.currentFBO && !(backEnd.refdef.rdflags & RDF_NOWORLDMODEL))
|
||||
{
|
||||
fbo_t* old = R_FBO_Bind(tr.fbo.full[1]);
|
||||
|
@ -586,6 +581,11 @@ void RB_BeginDrawingView (void) {
|
|||
|
||||
qglClear( clearBits );
|
||||
|
||||
//
|
||||
// set the modelview matrix for the viewer
|
||||
//
|
||||
SetViewportAndScissor();
|
||||
|
||||
if ( ( backEnd.refdef.rdflags & RDF_HYPERSPACE ) )
|
||||
{
|
||||
RB_Hyperspace();
|
||||
|
|
Loading…
Reference in a new issue