Slowing down the audio system until it does something.
This commit is contained in:
parent
692e14665c
commit
082df81f70
|
@ -81,6 +81,7 @@ void AudioSystem::ThreadStart() {
|
|||
|
||||
// Pump worker.
|
||||
//worker_->Pump();
|
||||
Sleep(1000);
|
||||
|
||||
// Pump audio system.
|
||||
Pump();
|
||||
|
|
Loading…
Reference in New Issue