mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Merge pull request #2873 from nl-tatatat/master
Remove low BPM barline increase in taiko
This commit is contained in:
@ -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++;
|
||||
|
Reference in New Issue
Block a user