This commit is contained in:
minjaesong
2024-09-12 20:53:26 +09:00
parent 4a0f740e03
commit 7ed37cf355
13 changed files with 32 additions and 12 deletions

View File

@@ -179,7 +179,7 @@ class TerrarumAudioMixerTrack(
override fun equals(other: Any?) = this.hash == (other as TerrarumAudioMixerTrack).hash
fun stop() {
printdbg("TerrarumAudioMixerTrack $name", "Stop music (mixertrack=${this.name}, musictrack=$currentTrack)")
// printdbg("TerrarumAudioMixerTrack $name", "Stop music (mixertrack=${this.name}, musictrack=$currentTrack)")
// printStackTrace("TerrarumAudioMixerTrack $name")
currentTrack?.reset()