mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
audio mixer reset() with audio artefact masking
This commit is contained in:
@@ -46,8 +46,6 @@ class TerrarumAudioMixerTrack(
|
||||
var currentTrack: MusicContainer? = null
|
||||
var nextTrack: MusicContainer? = null
|
||||
|
||||
var currentSound: Sound? = null // DYNAMIC_SOURCE only
|
||||
|
||||
var volume: TrackVolume = 1.0
|
||||
get() = field
|
||||
set(value) {
|
||||
|
||||
Reference in New Issue
Block a user