feat(profile): CMapRenderChunk struct

This commit is contained in:
gromchek 2025-09-27 16:18:34 +03:00
parent ddc7cd4295
commit e38ccdc48e
3 changed files with 60 additions and 2 deletions

View file

@ -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;