mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 18:27:18 +08:00
add inline comment for width 2
This commit is contained in:
parent
d66f07fccb
commit
4fbd43fcae
@ -79,6 +79,7 @@ namespace osu.Game.Overlays.Wiki
|
|||||||
{
|
{
|
||||||
new WikiPanelContainer(panelsNode[i].InnerText, true)
|
new WikiPanelContainer(panelsNode[i].InnerText, true)
|
||||||
{
|
{
|
||||||
|
// This is required to fill up the space of "null" drawable below.
|
||||||
Width = 2,
|
Width = 2,
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user