Compare commits
1 Commits
v4.0.3
...
bec55e4ecc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bec55e4ecc |
@@ -99,6 +99,8 @@ public static class PlayerManagerGUI
|
|||||||
{
|
{
|
||||||
if (widget.ShouldDraw(member))
|
if (widget.ShouldDraw(member))
|
||||||
widget.Draw(Cursor.NextColumn(widget.Width, 40f), member);
|
widget.Draw(Cursor.NextColumn(widget.Width, 40f), member);
|
||||||
|
else
|
||||||
|
Cursor.NextColumn(widget.Width, 40f); // 占位推进列位置
|
||||||
}
|
}
|
||||||
Cursor.EndRow();
|
Cursor.EndRow();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user