From 0bc0f71a25d4ea76e058e1396ae0cae3b28a8f05 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 29 Dec 2023 23:05:01 +0100 Subject: [PATCH] MaterialSystem: add note --- src/materialsystem/cmaterialsystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/materialsystem/cmaterialsystem.h b/src/materialsystem/cmaterialsystem.h index 59b94aef..e1f498b3 100644 --- a/src/materialsystem/cmaterialsystem.h +++ b/src/materialsystem/cmaterialsystem.h @@ -91,7 +91,7 @@ inline void(*v_GetStreamOverlay)(const char* mode, char* buf, size_t bufSize); inline CMemory p_DrawStreamOverlay; inline const char*(*v_DrawStreamOverlay)(void* thisptr, uint8_t* a2, void* unused, void* a4); -inline CMemory s_pRenderContext; +inline CMemory s_pRenderContext; // NOTE: This is some CMaterial instance or array. inline int* g_nTotalStreamingTextureMemory = nullptr; inline int* g_nUnfreeStreamingTextureMemory = nullptr;