Match Mx3DPointFloat overloads on BETA10 (#1682)

* Match Mx3DPointFloat overloads on BETA10

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-09-07 17:16:36 +02:00
committed by GitHub
parent a7c43cbe17
commit 48febaf5c5
4 changed files with 5 additions and 4 deletions

View File

@@ -22,11 +22,11 @@ public:
}
// FUNCTION: LEGO1 0x100343a0
// FUNCTION: BETA10 0x10011600
// FUNCTION: BETA10 0x100151e0
Mx3DPointFloat(const Mx3DPointFloat& p_other) : Vector3(m_elements) { EqualsImpl(p_other.m_data); }
// FUNCTION: LEGO1 0x10048ed0
// FUNCTION: BETA10 0x100151e0
// FUNCTION: BETA10 0x10011600
Mx3DPointFloat(const Vector3& p_other) : Vector3(m_elements) { EqualsImpl(p_other.m_data); }
// FUNCTION: LEGO1 0x10003c10