1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 15:03:16 +08:00

Update AdvancedStats.cs

This commit is contained in:
Givikap120 2023-09-03 02:19:02 +03:00
parent 0779cd8f4f
commit 5e5fe84a88

View File

@ -176,7 +176,6 @@ namespace osu.Game.Screens.Select.Details
updateBindedInfo(); // to faster UI response (without SR calculation)
updateStarDifficulty();
}
private CancellationTokenSource starDifficultyCancellationSource;