mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 22:44:04 +09:00
softlimiter filter for master
This commit is contained in:
@@ -115,8 +115,8 @@ class TerrarumAudioMixerTrack(val name: String, val isMaster: Boolean = false, v
|
||||
// currentTrack?.gdxMusic?.play()
|
||||
}
|
||||
|
||||
val isPlaying: Boolean?
|
||||
get() = currentTrack?.gdxMusic?.isPlaying
|
||||
val isPlaying: Boolean
|
||||
get() = streamPlaying//currentTrack?.gdxMusic?.isPlaying
|
||||
|
||||
override fun dispose() {
|
||||
/*if (isMaster) { // uncomment to multithread
|
||||
|
||||
Reference in New Issue
Block a user