mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoAnimPresenter::StartingTickle (#601)
* Implement/match LegoAnimPresenter::StartingTickle * Fix vtable * Fix vtable
This commit is contained in:

committed by
GitHub

parent
68893d67ed
commit
c0a988b0fe
@@ -145,7 +145,7 @@ public:
|
||||
inline const float& operator[](size_t idx) const { return m_data[idx]; }
|
||||
|
||||
protected:
|
||||
float* m_data;
|
||||
float* m_data; // 0x04
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d4518
|
||||
|
Reference in New Issue
Block a user