name some functions in mxticklemanager

This commit is contained in:
itsmattkc
2023-05-21 21:45:25 -07:00
parent fb72956339
commit 8ff739c6d3
6 changed files with 15 additions and 14 deletions

View File

@@ -109,7 +109,7 @@ void Isle::close()
}
Timer()->GetRealTime();
TickleManager()->vtable08();
TickleManager()->Tickle();
}
}
}
@@ -568,7 +568,7 @@ void Isle::tick(BOOL sleepIfNotNextFrame)
}
if (this->m_frameDelta + g_lastFrameTime < currentTime) {
if (!Lego()->vtable40()) {
TickleManager()->vtable08();
TickleManager()->Tickle();
}
g_lastFrameTime = currentTime;