Fix typo in main_loop.cpp

This commit is contained in:
Suici Doga
2016-09-19 13:54:42 +05:30
committed by GitHub
parent f2d354d759
commit 1d75987fe6

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();