mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
fix: bad cacheing behaviour
This commit is contained in:
@@ -267,7 +267,7 @@ object PickaxeCore {
|
||||
private val soundCue = MusicContainer(
|
||||
"pickaxe_sound_cue",
|
||||
ModMgr.getFile("basegame", "audio/effects/accessibility/pickaxe_valuable.ogg"),
|
||||
toRAM = true
|
||||
toRAM = false
|
||||
).also {
|
||||
App.disposables.add(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user