mirror of https://github.com/ppy/osu
Use 0 length
This commit is contained in:
parent
0c95d11fdb
commit
4f332ace14
|
@ -53,7 +53,7 @@ public class DrawableManiaRuleset : DrawableScrollingRuleset<ManiaHitObject>
|
|||
private readonly Bindable<double> configTimeRange = new BindableDouble();
|
||||
|
||||
// Stores the current speed adjustment active in gameplay.
|
||||
private readonly Track speedAdjustmentTrack = new TrackVirtual(1000);
|
||||
private readonly Track speedAdjustmentTrack = new TrackVirtual(0);
|
||||
|
||||
public DrawableManiaRuleset(Ruleset ruleset, IBeatmap beatmap, IReadOnlyList<Mod> mods = null)
|
||||
: base(ruleset, beatmap, mods)
|
||||
|
|
Loading…
Reference in New Issue