about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/client/components/debughud.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/debughud.cpp b/src/game/client/components/debughud.cpp
index 6b52914b..dace2c6e 100644
--- a/src/game/client/components/debughud.cpp
+++ b/src/game/client/components/debughud.cpp
@@ -17,7 +17,7 @@
 
 void CDebugHud::RenderNetCorrections()
 {
-	if(!g_Config.m_Debug || !m_pClient->m_Snap.m_pLocalCharacter || !m_pClient->m_Snap.m_pLocalPrevCharacter)
+	if(!g_Config.m_Debug || g_Config.m_DbgGraphs || !m_pClient->m_Snap.m_pLocalCharacter || !m_pClient->m_Snap.m_pLocalPrevCharacter)
 		return;
 
 	float Width =  300*Graphics()->ScreenAspect();