Slowing down the audio system until it does something.

This commit is contained in:
Ben Vanik 2013-10-27 12:05:17 -07:00
parent 692e14665c
commit 082df81f70
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ void AudioSystem::ThreadStart() {
// Pump worker.
//worker_->Pump();
Sleep(1000);
// Pump audio system.
Pump();