stop songsel bgm

This commit is contained in:
Bui 2022-02-25 19:02:30 +00:00
parent 7935b3685f
commit 6c6da320e1

View File

@ -2993,6 +2993,7 @@ class SongSelect{
searchProceed(songId){
var song = this.songs.find(song => song.id === songId)
this.removeSearch()
this.playBgm(false)
this.drawBackground(song.originalCategory)
var songIndex = this.songs.findIndex(song => song.id === songId)