mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
remove unused this
This commit is contained in:
parent
266d8d8282
commit
3ddf551b03
@ -27,7 +27,7 @@ namespace osu.Game.Graphics.Containers.Markdown
|
||||
public OsuMarkdownListItem(ListItemBlock listItemBlock, int level)
|
||||
{
|
||||
this.level = level;
|
||||
this.order = listItemBlock.Order;
|
||||
order = listItemBlock.Order;
|
||||
isOrdered = ((ListBlock)listItemBlock.Parent).IsOrdered;
|
||||
|
||||
AutoSizeAxes = Axes.Y;
|
||||
|
Loading…
Reference in New Issue
Block a user