1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:49:53 +08:00

Cache overlay colour provider to carousel tests

This commit is contained in:
Salman Alshamrani
2025-02-05 07:17:49 -05:00
Unverified
parent 2d75030e36
commit f2d259cd95
@@ -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;