mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename usages which rely on online backing
This commit is contained in:
@ -76,7 +76,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
private readonly BeatmapSearchFilterRow<SearchExplicit> explicitContentFilter;
|
||||
|
||||
private readonly Box background;
|
||||
private readonly UpdateableBeatmapSetCover beatmapCover;
|
||||
private readonly UpdateableOnlineBeatmapSetCover beatmapCover;
|
||||
|
||||
public BeatmapListingSearchControl()
|
||||
{
|
||||
@ -196,7 +196,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
}
|
||||
}
|
||||
|
||||
private class TopSearchBeatmapSetCover : UpdateableBeatmapSetCover
|
||||
private class TopSearchBeatmapSetCover : UpdateableOnlineBeatmapSetCover
|
||||
{
|
||||
protected override bool TransformImmediately => true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user