mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix (#5312) introduced by rev 2103
This commit is contained in:
parent
ccdb11315b
commit
d2b035eb73
1 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue