mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 01:04:16 +08:00
Fix icon states being updated incorrectly when being set too early
This commit is contained in:
@@ -57,6 +57,12 @@ namespace osu.Game.Graphics
|
||||
private void load(FontStore store)
|
||||
{
|
||||
this.store = store;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
updateTexture();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user