From 39c49c5b5837982dd5e755d4bc067462765cae4f Mon Sep 17 00:00:00 2001 From: rexx <67599507+r-ex@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:47:16 +0100 Subject: [PATCH] Update vgui_debugpanel.cpp --- r5dev/vgui/vgui_debugpanel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/r5dev/vgui/vgui_debugpanel.cpp b/r5dev/vgui/vgui_debugpanel.cpp index 059b40d5..fb32bdf0 100644 --- a/r5dev/vgui/vgui_debugpanel.cpp +++ b/r5dev/vgui/vgui_debugpanel.cpp @@ -152,8 +152,6 @@ void CLogSystem::DrawSimStats(void) const g_pServer->GetTick(), g_pClientState->GetTick(), *render_tickcount); #endif - - if (cl_simstats_invert_rect_x->GetBool()) { nWidth = g_nWindowWidth - nWidth;