mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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
|
// 2D images again
|
||||||
backEnd.projection2D = qfalse;
|
backEnd.projection2D = qfalse;
|
||||||
|
|
||||||
|
//
|
||||||
|
// set the modelview matrix for the viewer
|
||||||
|
//
|
||||||
|
SetViewportAndScissor();
|
||||||
|
|
||||||
// ensures that depth writes are enabled for the depth clear
|
// ensures that depth writes are enabled for the depth clear
|
||||||
GL_State( GLS_DEFAULT );
|
GL_State( GLS_DEFAULT );
|
||||||
// clear relevant buffers
|
// clear relevant buffers
|
||||||
|
@ -465,11 +470,6 @@ 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