mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09:00
move colour provider to BDL
This commit is contained in:
parent
649163e13b
commit
a7865d3f22
@ -21,9 +21,6 @@ namespace osu.Game.Overlays.Wiki
|
|||||||
{
|
{
|
||||||
public class WikiPanelContainer : Container
|
public class WikiPanelContainer : Container
|
||||||
{
|
{
|
||||||
[Resolved]
|
|
||||||
private OverlayColourProvider colourProvider { get; set; }
|
|
||||||
|
|
||||||
private WikiPanelMarkdownContainer panelContainer;
|
private WikiPanelMarkdownContainer panelContainer;
|
||||||
|
|
||||||
public string Text;
|
public string Text;
|
||||||
@ -37,7 +34,7 @@ namespace osu.Game.Overlays.Wiki
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load(OverlayColourProvider colourProvider)
|
||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user