Better slider defaults.

This commit is contained in:
Dean Herbert
2017-02-14 11:15:40 +09:00
parent e88d02d3c4
commit 396c8121d3
3 changed files with 3 additions and 3 deletions

View File

@ -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();
}