mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Update TaikoRulesetContainer.cs
Remove code that I am almost 100% sure that makes barlines every 1/1 instead of 4/1.
This commit is contained in:
parent
9cec769191
commit
09b2025fad
@ -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…
Reference in New Issue
Block a user