mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Move online metrics out of BeatmapInfo
model
This commit is contained in:
@ -55,8 +55,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
beatmapInfo = value;
|
||||
|
||||
metrics = beatmapInfo?.Metrics;
|
||||
ratings = beatmapInfo?.BeatmapSet.Ratings;
|
||||
metrics = beatmapInfo?.OnlineInfo?.Metrics;
|
||||
ratings = beatmapInfo?.BeatmapSet?.Ratings;
|
||||
|
||||
Scheduler.AddOnce(updateStatistics);
|
||||
}
|
||||
|
Reference in New Issue
Block a user