Commit aae31c66 authored by LoveEevee's avatar LoveEevee

View: Fix missing sound effect

parent fdfc04fe
......@@ -1407,8 +1407,10 @@
}
switch(pos){
case 1:
assets.sounds["don"].play()
return this.controller.restartSong()
case 2:
assets.sounds["don"].play()
return this.controller.songSelection()
default:
return this.controller.togglePause()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment