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
@@ -28,8 +28,9 @@ public:
|
||||
// MxTimer::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
MxLong m_startTime;
|
||||
MxBool m_isRunning;
|
||||
MxLong m_startTime; // 0x08
|
||||
MxBool m_isRunning; // 0x0c
|
||||
|
||||
static MxLong g_lastTimeCalculated;
|
||||
static MxLong g_lastTimeTimerStarted;
|
||||
};
|
||||
|
Reference in New Issue
Block a user