Implement/match LegoPathController::FUN_10046050 (#916)

This commit is contained in:
Christian Semmler
2024-05-13 08:39:43 -04:00
committed by GitHub
parent 5f34d2e877
commit ccf33575db
5 changed files with 89 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ public:
m_elements[3] = p_a;
}
inline Mx4DPointFloat(const Mx4DPointFloat& p_other) : Vector4(m_elements) { EqualsImpl(p_other.m_data); }
// FUNCTION: LEGO1 0x10003200
virtual void operator=(const Vector4& p_impl) { EqualsImpl(p_impl.m_data); } // vtable+0x98