Merge pull request #2873 from nl-tatatat/master

Remove low BPM barline increase in taiko
This commit is contained in:
Dean Herbert
2018-06-25 16:40:24 +09:00
committed by GitHub

View File

@ -70,8 +70,6 @@ namespace osu.Game.Rulesets.Taiko.UI
Playfield.Add(isMajor ? new DrawableBarLineMajor(barLine) : new DrawableBarLine(barLine));
double bl = currentPoint.BeatLength;
if (bl < 800)
bl *= (int)currentPoint.TimeSignature;
time += bl;
currentBeat++;