mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
minor format fix
This commit is contained in:
parent
02e2b8546c
commit
a01537c763
@ -98,6 +98,7 @@ namespace osu.Game.Screens.Select.Details
|
||||
|
||||
private ModSettingChangeTracker modSettingChangeTracker;
|
||||
private ScheduledDelegate debouncedStatisticsUpdate;
|
||||
|
||||
private void modsChanged(ValueChangedEvent<IReadOnlyList<Mod>> mods)
|
||||
{
|
||||
modSettingChangeTracker?.Dispose();
|
||||
@ -175,7 +176,6 @@ namespace osu.Game.Screens.Select.Details
|
||||
|
||||
if (normalDifficulty == null || moddedDifficulty == null)
|
||||
return;
|
||||
|
||||
starDifficulty.Value = ((float)normalDifficulty.Value.Stars, (float)moddedDifficulty.Value.Stars);
|
||||
|
||||
}), starDifficultyCancellationSource.Token, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Current);
|
||||
|
Loading…
Reference in New Issue
Block a user