mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
rename CreateTextMarker to GetTextMarker
This commit is contained in:
parent
3ddf551b03
commit
99e0cc9bbe
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user