Update AudioMain.cpp

This commit is contained in:
Frank-74 2017-10-13 04:28:20 +01:00 committed by GitHub
parent 125cbc79cf
commit dfdf089976
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ EXPORT void CALL AiUpdate(int32_t Wait)
} }
else else
{ {
pjutil::Sleep(1); pjutil::Sleep(1); // TODO: Fixme -- Ai Update appears to be problematic
} }
WriteTrace(TraceAudioInterface, TraceDebug, "Done"); WriteTrace(TraceAudioInterface, TraceDebug, "Done");
} }