mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 12:42:54 +08:00
Method name update.
This commit is contained in:
parent
417b0817a9
commit
06695dbf9b
@ -19,7 +19,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
TextSize = FONT_SIZE;
|
||||
}
|
||||
|
||||
protected override Drawable GetUndrawableCharacter()
|
||||
protected override Drawable CreateFallbackCharacterDrawable()
|
||||
{
|
||||
var tex = GetTextureForCharacter('?');
|
||||
|
||||
@ -37,7 +37,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
};
|
||||
}
|
||||
|
||||
return base.GetUndrawableCharacter();
|
||||
return base.CreateFallbackCharacterDrawable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user