mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Name for bounding box in ROI (#1541)
* Name for bounding box in ROI * Use snake_case for member
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user