Parsesong: Fix drumroll timing

This commit is contained in:
LoveEevee
2018-09-27 18:31:57 +03:00
parent ad7eff3e11
commit 92d3165744
5 changed files with 20 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ class Mekadon{
play(circle){
var type = circle.getType()
if((type === "balloon" || type === "drumroll" || type === "daiDrumroll") && this.getMS() > circle.getEndTime()){
circle.played(0, false)
circle.played(-1, false)
this.game.updateCurrentCircle()
}
type = circle.getType()