Match simple BETA10 vector calls (#1382)

* Add BETA10 for Vector2

* BETA10 match the remaining vector vtables

* Match vector implementations to BETA10

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-02-10 18:08:49 +01:00
committed by GitHub
parent 82453f62d8
commit 956c900ec6
5 changed files with 65 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ public:
Mx4DPointFloat(const Mx4DPointFloat& p_other) : Vector4(m_elements) { EqualsImpl(p_other.m_data); }
// FUNCTION: LEGO1 0x10003200
// FUNCTION: BETA10 0x10048da0
virtual void operator=(const Vector4& p_impl) { EqualsImpl(p_impl.m_data); } // vtable+0x98
// FUNCTION: BETA10 0x1004af10