View: Fix missing sound effect
This commit is contained in:
parent
fdfc04fe1c
commit
aae31c6630
@ -1407,8 +1407,10 @@
|
|||||||
}
|
}
|
||||||
switch(pos){
|
switch(pos){
|
||||||
case 1:
|
case 1:
|
||||||
|
assets.sounds["don"].play()
|
||||||
return this.controller.restartSong()
|
return this.controller.restartSong()
|
||||||
case 2:
|
case 2:
|
||||||
|
assets.sounds["don"].play()
|
||||||
return this.controller.songSelection()
|
return this.controller.songSelection()
|
||||||
default:
|
default:
|
||||||
return this.controller.togglePause()
|
return this.controller.togglePause()
|
||||||
|
Loading…
Reference in New Issue
Block a user