From 8d50049db7d356e3c2399ce99c99f6b62f1d7d09 Mon Sep 17 00:00:00 2001 From: SNMetamorph <25657591+SNMetamorph@users.noreply.github.com> Date: Sat, 20 Feb 2021 15:08:15 +0400 Subject: [PATCH] netgraph: fixed data usage graphs rendering --- engine/client/cl_netgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_netgraph.c b/engine/client/cl_netgraph.c index 2b92038b..a573b9dc 100644 --- a/engine/client/cl_netgraph.c +++ b/engine/client/cl_netgraph.c @@ -658,7 +658,7 @@ void SCR_DrawNetGraph( void ) if( net_graph->value < 3 ) { ref.dllFuncs.GL_SetRenderMode( kRenderTransAdd ); - + ref.dllFuncs.GL_Bind( XASH_TEXTURE0, R_GetBuiltinTexture( REF_WHITE_TEXTURE ) ); ref.dllFuncs.Begin( TRI_QUADS ); // draw all the fills as a long solid sequence of quads for speedup reasons // NOTE: fill colors without texture at this point