mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
fix: music stopped on intermittent mode makes graphic artefacts
This commit is contained in:
@@ -159,6 +159,9 @@ class MusicPlayer(private val ingame: TerrarumIngame) : UICanvas() {
|
|||||||
|
|
||||||
private fun setIntermission() {
|
private fun setIntermission() {
|
||||||
currentMusicName = ""
|
currentMusicName = ""
|
||||||
|
nameLength = 0
|
||||||
|
realNameLength = 0
|
||||||
|
nameScroll = 0f
|
||||||
nameOverflown = false
|
nameOverflown = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user