This commit is contained in:
LightyPon 2018-10-05 18:26:34 +02:00 committed by GitHub
parent d714557da3
commit 77f40c4d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ DEFINE_HOOKED_METHOD(PaintTraverse, void, vgui::IPanel *this_,
{
static bool textures_loaded = false;
static unsigned long panel_scope = 0;
static bool call_default = true;
static bool cur;
static ConVar *software_cursor = g_ICvar->FindVar("cl_software_cursor");
static const char *name;