mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Add comment about wedgedBeatmapInfo performance issues.
This commit is contained in:
parent
b73cdba08c
commit
ccb00aeb94
@ -231,6 +231,7 @@ namespace osu.Game.Screens.Select
|
|||||||
(Background as BackgroundModeBeatmap)?.BlurTo(BACKGROUND_BLUR, 1000);
|
(Background as BackgroundModeBeatmap)?.BlurTo(BACKGROUND_BLUR, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//todo: move to own class and fix async logic (move every call on WorkingBeatmap.* to load() and use Preload to create it.
|
||||||
refreshWedgedBeatmapInfo(beatmap);
|
refreshWedgedBeatmapInfo(beatmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user