Implement/match Act3Brickster::FUN_10042300 (#1238)

* Implement/match `Act3Brickster::FUN_10042300`

* Add comment about assignment operator

* Add another comment

* Fix

* add back BETA annotation
This commit is contained in:
Christian Semmler
2024-12-17 15:16:00 -07:00
committed by GitHub
parent 66e3c9a2e1
commit 90c687bde0
7 changed files with 188 additions and 68 deletions

View File

@@ -33,6 +33,9 @@ public:
// FUNCTION: LEGO1 0x10003c10
virtual void operator=(const Vector3& p_impl) { EqualsImpl(p_impl.m_data); } // vtable+0x88
// FUNCTION: BETA10 0x10015240
// ??4Mx3DPointFloat@@QAEAAV0@ABV0@@Z
// FUNCTION: BETA10 0x10013460
float& operator[](int idx) { return m_data[idx]; }