mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
fix: getFreeTrack() would return a track it just returned when the timing coincides
This commit is contained in:
@@ -160,6 +160,7 @@ abstract class Actor : Comparable<Actor>, Runnable {
|
||||
musicTracks[music] = track
|
||||
musicTracks1.add(track.name)
|
||||
track.stop()
|
||||
track.trackingTarget = this
|
||||
}
|
||||
else {
|
||||
// printdbg(this, "Could not get a free track")
|
||||
|
||||
Reference in New Issue
Block a user