mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 00:49:53 +08:00
Cache overlay colour provider to carousel tests
This commit is contained in:
@@ -37,6 +37,9 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
[Cached(typeof(BeatmapStore))]
|
||||
private BeatmapStore store;
|
||||
|
||||
[Cached]
|
||||
private readonly OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Aquamarine);
|
||||
|
||||
private OsuTextFlowContainer stats = null!;
|
||||
|
||||
private int beatmapCount;
|
||||
|
||||
Reference in New Issue
Block a user