Fix null model axis disappearing if sky is in view
This commit is contained in:
@@ -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 );
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user