mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): CMapRenderChunk struct
This commit is contained in:
parent
ddc7cd4295
commit
e38ccdc48e
3 changed files with 60 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ struct CMapChunk
|
|||
float distToCamera;
|
||||
CAaBox bbox2;
|
||||
|
||||
void* detailDoodadInstPtr;
|
||||
void* renderChunkPtr;
|
||||
void* detailDoodadInst;
|
||||
void* renderChunk;
|
||||
|
||||
int32_t unk_AC;
|
||||
int32_t areaId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue