Implement/match LegoAnimPresenter::PutFrame (#796)

* Implement/match LegoAnimPresenter::PutFrame

* compat mode
This commit is contained in:
Christian Semmler
2024-04-13 11:59:16 -04:00
committed by GitHub
parent d469cabd6b
commit 67127e2515
3 changed files with 56 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ public:
virtual void Sub(float* p_other) { SubImpl(p_other); } // vtable+0x58
// FUNCTION: LEGO1 0x10002200
virtual void Sub(Vector2* p_other) { SubImpl(p_other->m_data); } // vtable+0x54
virtual void Sub(const Vector2* p_other) { SubImpl((float*) p_other->m_data); } // vtable+0x54
// FUNCTION: LEGO1 0x10002210
virtual void Mul(float* p_other) { MulVectorImpl(p_other); } // vtable+0x64