1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 01:17:19 +08:00

Standardized is default for now

This commit is contained in:
smoogipooo 2017-09-13 15:58:50 +09:00
parent d83a2d4dc6
commit e472518e4f

View File

@ -152,7 +152,7 @@ namespace osu.Game.Rulesets.Scoring
{
private const double max_score = 1000000;
public readonly Bindable<ScoringMode> Mode = new Bindable<ScoringMode>(ScoringMode.Standardised);
public readonly Bindable<ScoringMode> Mode = new Bindable<ScoringMode>();
protected sealed override bool HasCompleted => Hits == MaxHits;