Fix build
This commit is contained in:
parent
cb522e45bc
commit
80de98f40a
@ -155,7 +155,7 @@ void MainLoop::run()
|
||||
// can use as many threads as possible without interfering
|
||||
// with audia
|
||||
PROFILER_PUSH_CPU_MARKER("Music/input/GUI", 0x7F, 0x00, 0x00);
|
||||
SFXManager::get()->update(dt);
|
||||
SFXManager::get()->update();
|
||||
PROFILER_POP_CPU_MARKER();
|
||||
|
||||
PROFILER_PUSH_CPU_MARKER("Protocol manager update", 0x7F, 0x00, 0x7F);
|
||||
|
Loading…
Reference in New Issue
Block a user