mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-17 09:22:03 +00:00
Fix null model axis disappearing if sky is in view
This commit is contained in:
parent
eb73dcb7f4
commit
6c4d010f29
2 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue