mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Add comment about wedgedBeatmapInfo performance issues.
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user