mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
Fix SpriteIcon loading textures on the update thread
This commit is contained in:
parent
11077546d1
commit
e006090c5b
@ -57,11 +57,6 @@ namespace osu.Game.Graphics
|
||||
private void load(FontStore store)
|
||||
{
|
||||
this.store = store;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
updateTexture();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user