mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
DataCache: rename studiodata_t member
This commit is contained in:
parent
51858ed012
commit
743074ac47
@ -192,7 +192,7 @@ struct studiodata_t
|
|||||||
unsigned short refCount;
|
unsigned short refCount;
|
||||||
unsigned short flags;
|
unsigned short flags;
|
||||||
MDLHandle_t modelHandle;
|
MDLHandle_t modelHandle;
|
||||||
void* Unk3; // ptr to flags and model string.
|
void* unkStruct; // TODO: reverse structure
|
||||||
CStudioHWDataRef* hardwareRef;
|
CStudioHWDataRef* hardwareRef;
|
||||||
void* materialTable; // contains a large table of CMaterialGlue objects.
|
void* materialTable; // contains a large table of CMaterialGlue objects.
|
||||||
int Unk5;
|
int Unk5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user