IOQ3 commit 2245

This commit is contained in:
Richard Allen 2012-10-04 14:12:41 +00:00
parent cb672cdc0c
commit 68bdb7c739
1 changed files with 5 additions and 5 deletions

View File

@ -445,6 +445,11 @@ void RB_BeginDrawingView (void) {
// 2D images again
backEnd.projection2D = qfalse;
//
// set the modelview matrix for the viewer
//
SetViewportAndScissor();
// ensures that depth writes are enabled for the depth clear
GL_State( GLS_DEFAULT );
// clear relevant buffers
@ -465,11 +470,6 @@ void RB_BeginDrawingView (void) {
}
qglClear( clearBits );
//
// set the modelview matrix for the viewer
//
SetViewportAndScissor();
if ( ( backEnd.refdef.rdflags & RDF_HYPERSPACE ) )
{
RB_Hyperspace();