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

@@ -78,7 +78,7 @@ public:
void SetComp(CompoundObject* p_comp) { comp = p_comp; }
void SetBoundingSphere(const BoundingSphere& p_sphere) { m_sphere = m_world_bounding_sphere = p_sphere; }
void SetUnknown0x80(const BoundingBox& p_unk0x80) { m_unk0x80 = p_unk0x80; }
void SetBoundingBox(const BoundingBox& p_box) { m_bounding_box = p_box; }
// SYNTHETIC: LEGO1 0x100a82b0
// LegoROI::`scalar deleting destructor'