mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix AppVeyor Errors
This commit is contained in:
parent
64429aa968
commit
9030935030
@ -104,8 +104,8 @@ namespace osu.Game.Rulesets.Scoring
|
||||
{
|
||||
get => return adjustRank;
|
||||
|
||||
set
|
||||
{
|
||||
set
|
||||
{
|
||||
adjustRank = value;
|
||||
Rank.Value = rankFrom(Accuracy.Value); // Update rank immediately if AdjustRank was changed
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user