Commit ef37f127 authored by Bui's avatar Bui Committed by GitHub

Merge pull request #71 from LoveEevee/view-new-pause

View: Fix missing sound effect
parents fdfc04fe aae31c66
......@@ -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