Name for bounding box in ROI (#1541)

* Name for bounding box in ROI

* Use snake_case for member
This commit is contained in:
Fabian Neundorf
2025-06-06 20:47:45 +02:00
committed by GitHub
parent 9134dd791c
commit ac4d3b2490
4 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ public:
protected:
MxMatrix m_local2world; // 0x10
BoundingBox m_world_bounding_box; // 0x58
BoundingBox m_unk0x80; // 0x80
BoundingBox m_bounding_box; // 0x80
BoundingSphere m_world_bounding_sphere; // 0xa8
Mx3DPointFloat m_world_velocity; // 0xc0
OrientableROI* m_parentROI; // 0xd4