rename CreateTextMarker to GetTextMarker

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-06 05:15:32 +07:00
parent 3ddf551b03
commit 99e0cc9bbe
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -50,7 +50,7 @@ namespace osu.Game.Graphics.Containers.Markdown
private void load()
{
var marker = parentTextComponent.CreateSpriteText();
marker.Text = CreateTextMarker();
marker.Text = GetTextMarker();
if (isOrdered)
{
@ -67,7 +67,7 @@ namespace osu.Game.Graphics.Containers.Markdown
AddInternal(marker);
}
protected virtual string CreateTextMarker()
protected virtual string GetTextMarker()
{
if (isOrdered)
{