* UINavMenu: 增加可重绘DrawNode

This commit is contained in:
Sunny 2023-02-18 21:51:38 +08:00
parent a932af940f
commit 73383cb6b2

View File

@ -781,6 +781,8 @@ namespace Sunny.UI
}
}
}
base.OnDrawNode(e);
}
Font tmpFont;