Fix some sounds

This commit is contained in:
LoveEevee
2018-09-11 17:50:10 +03:00
parent 3dc40e72d3
commit 2a6a6d0524
6 changed files with 18 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ function Controller(selectedSong, songData, autoPlayEnabled){
if (score.fail == 0) {
vp = 'fullcombo';
_this.playSoundMeka('fullcombo', 1350);
_this.playSoundMeka('fullcombo', 1.350);
} else if (score.hp >= 50) {
vp = 'clear';
} else {