Fix null model axis disappearing if sky is in view

This commit is contained in:
Zack Middleton 2013-05-31 01:07:49 -05:00
parent eb73dcb7f4
commit 6c4d010f29
2 changed files with 2 additions and 0 deletions

View file

@ -1157,6 +1157,7 @@ Draws x/y/z lines from the origin for orientation debugging
*/
static void RB_SurfaceAxis( void ) {
GL_Bind( tr.whiteImage );
GL_State( GLS_DEFAULT );
qglLineWidth( 3 );
qglBegin( GL_LINES );
qglColor3f( 1,0,0 );

View file

@ -1515,6 +1515,7 @@ static void RB_SurfaceAxis( void ) {
// FIXME: implement this
#if 0
GL_Bind( tr.whiteImage );
GL_State( GLS_DEFAULT );
qglLineWidth( 3 );
qglBegin( GL_LINES );
qglColor3f( 1,0,0 );