1
0
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:
iiSaLMaN 2019-04-22 10:07:45 +03:00 committed by GitHub
parent 64429aa968
commit 9030935030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}