From 774d82f5989211cd0ddbd230ec64b939361efb1d Mon Sep 17 00:00:00 2001 From: "zer0.k" <61156310+zer0k-z@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:59:42 +0200 Subject: [PATCH] Update CGlobalVarsBase (#324) --- public/globalvars_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/globalvars_base.h b/public/globalvars_base.h index 47edbad5..69470bc5 100644 --- a/public/globalvars_base.h +++ b/public/globalvars_base.h @@ -50,8 +50,6 @@ public: FnGlobalVarsWarningFunc m_pfnWarningFunc; - // Time spent on last server or client frame (has nothing to do with think intervals) - float frametime; // Current time // @@ -69,7 +67,9 @@ public: // - During prediction, this is based on the client's current tick: // [client_current_tick * tick_interval] float curtime; - float rendertime; + + // Time spent on last server or client frame (has nothing to do with think intervals) + float frametime; // zer0k: Command queue + interpolation related float unknown6;