mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix incorrect caching in TestSceneRankingsOverlay
This commit is contained in:
@ -29,8 +29,9 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
typeof(RankingsOverlayHeader)
|
typeof(RankingsOverlayHeader)
|
||||||
};
|
};
|
||||||
|
|
||||||
[Cached]
|
[Cached(typeof(RankingsOverlay))]
|
||||||
private RankingsOverlay rankingsOverlay;
|
|
||||||
|
private readonly RankingsOverlay rankingsOverlay;
|
||||||
|
|
||||||
private readonly Bindable<Country> countryBindable = new Bindable<Country>();
|
private readonly Bindable<Country> countryBindable = new Bindable<Country>();
|
||||||
private readonly Bindable<RankingsScope> scope = new Bindable<RankingsScope>();
|
private readonly Bindable<RankingsScope> scope = new Bindable<RankingsScope>();
|
||||||
|
Reference in New Issue
Block a user