mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 23:14:05 +09:00
sound engine is no longer a singleton
This commit is contained in:
@@ -67,4 +67,9 @@ class Lowpass(cutoff0: Float): TerrarumAudioFilter() {
|
||||
}
|
||||
|
||||
override val debugViewHeight = 16
|
||||
|
||||
override fun reset() {
|
||||
in0.fill(0f)
|
||||
out0.fill(0f)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user