1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

cache pink colour provider

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-12 17:06:11 +07:00 committed by GitHub
parent 8b29f52d9f
commit 98859b3759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ namespace osu.Game.Overlays.Changelog
private readonly FillFlowContainer textContainer;
private readonly Container imageContainer;
[Cached]
private OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Pink);
public ChangelogSupporterPromo()
{
RelativeSizeAxes = Axes.X;