mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 00:03:22 +08:00
Merge pull request #1244 from peppy/fix-incorrect-icon-state
Fix icon states being updated incorrectly when being set too early
This commit is contained in:
commit
19b048ef4a
@ -1 +1 @@
|
|||||||
Subproject commit cb48c7bef8c5909472c70e09059ee6ea5bf6fc8a
|
Subproject commit 1b479fb947da193f099df062f696b3a6164da9e0
|
@ -57,6 +57,12 @@ namespace osu.Game.Graphics
|
|||||||
private void load(FontStore store)
|
private void load(FontStore store)
|
||||||
{
|
{
|
||||||
this.store = store;
|
this.store = store;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
|
||||||
updateTexture();
|
updateTexture();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user