mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Rename LegoPathActor::VTable0x70
to UpdateState
(#1219)
This commit is contained in:

committed by
GitHub

parent
263d7d1e4f
commit
ce3f71ea0f
@@ -26,7 +26,7 @@ public:
|
||||
}
|
||||
|
||||
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
|
||||
void VTable0x70(float p_time) override; // vtable+0x70
|
||||
void UpdateState(float p_time) override; // vtable+0x70
|
||||
MxLong HandleClick() override; // vtable+0xcc
|
||||
MxLong HandleControl(LegoControlManagerNotificationParam&) override; // vtable+0xd4
|
||||
void Exit() override; // vtable+0xe4
|
||||
|
Reference in New Issue
Block a user