IOQ3 commit 2103

This commit is contained in:
Richard Allen 2011-08-03 18:55:04 +00:00
parent cdcc03ec14
commit 878f24a530
1 changed files with 5 additions and 5 deletions

View File

@ -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();