Name boolean field in Mesh (#1540)

This commit is contained in:
Fabian Neundorf
2025-06-04 23:30:06 +02:00
committed by GitHub
parent d272054d5a
commit 9134dd791c
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ public:
// SIZE 0x08
struct Mesh {
Tgl::Mesh* m_tglMesh; // 0x00
BOOL m_unk0x04; // 0x04
BOOL m_textured; // 0x04
};
LegoLOD(Tgl::Renderer*);