mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-07-14 04:56:46 +02:00
update tracy to v0.9 and adopt
This commit is contained in:
@ -69,11 +69,11 @@ void Engine::cleanup(void) {
|
||||
}
|
||||
|
||||
void Engine::update(void) {
|
||||
FrameMarkStart("update")
|
||||
FrameMarkStart("update");
|
||||
|
||||
_update_strategy->doUpdate(*this);
|
||||
|
||||
FrameMarkEnd("update")
|
||||
FrameMarkEnd("update");
|
||||
}
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
|
Reference in New Issue
Block a user