mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
minor format fix (again)
This commit is contained in:
parent
a01537c763
commit
ed213dad6c
@ -176,8 +176,8 @@ namespace osu.Game.Screens.Select.Details
|
||||
|
||||
if (normalDifficulty == null || moddedDifficulty == null)
|
||||
return;
|
||||
starDifficulty.Value = ((float)normalDifficulty.Value.Stars, (float)moddedDifficulty.Value.Stars);
|
||||
|
||||
starDifficulty.Value = ((float)normalDifficulty.Value.Stars, (float)moddedDifficulty.Value.Stars);
|
||||
}), starDifficultyCancellationSource.Token, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Current);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user