mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-23 01:50:41 +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
|
// 2D images again
|
||||||
backEnd.projection2D = qfalse;
|
backEnd.projection2D = qfalse;
|
||||||
|
|
||||||
//
|
|
||||||
// set the modelview matrix for the viewer
|
|
||||||
//
|
|
||||||
SetViewportAndScissor();
|
|
||||||
|
|
||||||
if (glState.currentFBO && !(backEnd.refdef.rdflags & RDF_NOWORLDMODEL))
|
if (glState.currentFBO && !(backEnd.refdef.rdflags & RDF_NOWORLDMODEL))
|
||||||
{
|
{
|
||||||
fbo_t* old = R_FBO_Bind(tr.fbo.full[1]);
|
fbo_t* old = R_FBO_Bind(tr.fbo.full[1]);
|
||||||
|
@ -586,6 +581,11 @@ void RB_BeginDrawingView (void) {
|
||||||
|
|
||||||
qglClear( clearBits );
|
qglClear( clearBits );
|
||||||
|
|
||||||
|
//
|
||||||
|
// set the modelview matrix for the viewer
|
||||||
|
//
|
||||||
|
SetViewportAndScissor();
|
||||||
|
|
||||||
if ( ( backEnd.refdef.rdflags & RDF_HYPERSPACE ) )
|
if ( ( backEnd.refdef.rdflags & RDF_HYPERSPACE ) )
|
||||||
{
|
{
|
||||||
RB_Hyperspace();
|
RB_Hyperspace();
|
||||||
|
|
Loading…
Reference in a new issue