mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 13:37:48 +08:00
Merge pull request #2873 from nl-tatatat/master
Remove low BPM barline increase in taiko
This commit is contained in:
commit
a843344119
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user