Fixed OpenAL eating CPU in background

This commit is contained in:
pelya
2012-06-21 18:04:11 +03:00
parent 532b652594
commit 0f478832a7
8 changed files with 43 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ class AudioThread {
if( mParent.isPaused() )
{
try{
Thread.sleep(200);
Thread.sleep(500);
} catch (InterruptedException e) {}
}
else