mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPathController::Create and Init (#911)
This commit is contained in:

committed by
GitHub

parent
119ff93461
commit
dcaa07cc49
@@ -120,7 +120,7 @@ public:
|
||||
virtual void Add(float* p_other) { AddImpl(p_other); } // vtable+0x4c
|
||||
|
||||
// FUNCTION: LEGO1 0x100021e0
|
||||
virtual void Add(Vector2* p_other) { AddImpl(p_other->m_data); } // vtable+0x48
|
||||
virtual void Add(const Vector2* p_other) { AddImpl((float*) p_other->m_data); } // vtable+0x48
|
||||
|
||||
// FUNCTION: LEGO1 0x100021f0
|
||||
virtual void Sub(const float* p_other) { SubImpl((float*) p_other); } // vtable+0x58
|
||||
|
Reference in New Issue
Block a user