mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
audioengine: serial processing
This commit is contained in:
@@ -18,7 +18,7 @@ class AudioManagerRunnable : Runnable {
|
||||
oldT = T;
|
||||
AudioMixer.update(dT)
|
||||
// println("AudioManagerRunnable dT = ${dT * 1000f} ms")
|
||||
Thread.sleep(30L)
|
||||
Thread.sleep(1L)
|
||||
}
|
||||
catch (e: InterruptedException) {
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user