mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 04:57:46 +08:00
Standardized is default for now
This commit is contained in:
parent
d83a2d4dc6
commit
e472518e4f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user