mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Better slider defaults.
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Modes.Osu.Objects
|
||||
Velocity = 100 / beatmap.BeatLengthAt(StartTime, true) * beatmap.BeatmapInfo.BaseDifficulty.SliderMultiplier;
|
||||
}
|
||||
|
||||
public int RepeatCount;
|
||||
public int RepeatCount = 1;
|
||||
|
||||
internal readonly SliderCurve Curve = new SliderCurve();
|
||||
}
|
||||
|
Reference in New Issue
Block a user