mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update with async changes
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
|
||||
protected override Drawable CreateFallbackCharacterDrawable()
|
||||
{
|
||||
var tex = GetTextureForCharacter('?');
|
||||
var tex = GetTextureForCharacter('?').Result;
|
||||
|
||||
if (tex != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user