Merge pull request #2636 from SuicSoft/patch-1

Fix typo in main_loop.cpp
This commit is contained in:
Deve
2016-09-19 11:38:16 +02:00
committed by GitHub

View File

@@ -178,7 +178,7 @@ void MainLoop::run()
// Update sfx and music after graphics, so that graphics code
// can use as many threads as possible without interfering
// with audia
// with audio
PROFILER_PUSH_CPU_MARKER("Music/input/GUI", 0x7F, 0x00, 0x00);
SFXManager::get()->update();
PROFILER_POP_CPU_MARKER();