Update sdk_dll.cpp

Mark 'sdk_fixedframe_tickinterval' FCVAR_ACCESSIBLE_FROM_THREADS.
This commit is contained in:
Kawe Mazidjatari 2024-02-25 23:54:34 +01:00
parent afaa18d542
commit 0a3da6edcc

View File

@ -12,7 +12,7 @@
#include "gameui/IConsole.h"
#endif // !DEDICATED
static ConVar sdk_fixedframe_tickinterval("sdk_fixedframe_tickinterval", "0.01", FCVAR_RELEASE, "The tick interval used by the SDK fixed frame.");
static ConVar sdk_fixedframe_tickinterval("sdk_fixedframe_tickinterval", "0.01", FCVAR_RELEASE | FCVAR_ACCESSIBLE_FROM_THREADS, "The tick interval used by the SDK fixed frame.");
//-----------------------------------------------------------------------------
// Purpose: