mirror of https://github.com/ppy/osu
rename CreateTextMarker to GetTextMarker
This commit is contained in:
parent
3ddf551b03
commit
99e0cc9bbe
|
@ -50,7 +50,7 @@ public OsuMarkdownListItem(ListItemBlock listItemBlock, int level)
|
|||
private void load()
|
||||
{
|
||||
var marker = parentTextComponent.CreateSpriteText();
|
||||
marker.Text = CreateTextMarker();
|
||||
marker.Text = GetTextMarker();
|
||||
|
||||
if (isOrdered)
|
||||
{
|
||||
|
@ -67,7 +67,7 @@ private void load()
|
|||
AddInternal(marker);
|
||||
}
|
||||
|
||||
protected virtual string CreateTextMarker()
|
||||
protected virtual string GetTextMarker()
|
||||
{
|
||||
if (isOrdered)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue