From 0ba475b62fb2328584c4c5435f18ca7cfc67cb04 Mon Sep 17 00:00:00 2001 From: Marvin D <41352111+IcePixelx@users.noreply.github.com> Date: Sat, 3 Dec 2022 00:34:24 +0100 Subject: [PATCH] Most likely depth variable in cmaterialglue --- r5dev/materialsystem/cmaterialglue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/materialsystem/cmaterialglue.h b/r5dev/materialsystem/cmaterialglue.h index 55981f75..b5ff6ae0 100644 --- a/r5dev/materialsystem/cmaterialglue.h +++ b/r5dev/materialsystem/cmaterialglue.h @@ -35,7 +35,7 @@ public: int16_t m_nStreamableTextureCount; //0x0070 int16_t m_iWidth; //0x0072 int16_t m_iHeight; //0x0074 - int16_t m_unused1; //0x0076 + int16_t m_iDepth; //0x0076 uint32_t m_iFlags; //0x0078 [ PIXIE ]: I'm pretty sure those are VTF Image Flags, If you set them to NULL they cause Texture stretching. int32_t m_unused2; //0x007C uint8_t pad_0080[8]; //0x0080