engine: client: explicitly set rendermode for R_ShowTree
This commit is contained in:
parent
1f49ce599f
commit
2227e487c0
1 changed files with 1 additions and 3 deletions
|
@ -484,9 +484,7 @@ static void R_ShowTree( void )
|
||||||
world.recursion_level = 0;
|
world.recursion_level = 0;
|
||||||
viewleaf = Mod_PointInLeaf( refState.vieworg, cl.worldmodel->nodes );
|
viewleaf = Mod_PointInLeaf( refState.vieworg, cl.worldmodel->nodes );
|
||||||
|
|
||||||
//pglEnable( GL_BLEND );
|
ref.dllFuncs.TriRenderMode( kRenderTransTexture );
|
||||||
//pglBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA );
|
|
||||||
//pglTexEnvi( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE );
|
|
||||||
|
|
||||||
//pglLineWidth( 2.0f );
|
//pglLineWidth( 2.0f );
|
||||||
ref.dllFuncs.Color4f( 1, 0.7f, 0, 1.0f );
|
ref.dllFuncs.Color4f( 1, 0.7f, 0, 1.0f );
|
||||||
|
|
Loading…
Add table
Reference in a new issue