mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-25 22:08:59 +08:00
fix: menu icon in submenu are not fixed
This commit is contained in:
parent
3ceafb8e1f
commit
909d7e66c4
@ -93,6 +93,11 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
control.icon = newIcon;
|
control.icon = newIcon;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (control.subMenu != null)
|
||||||
|
{
|
||||||
|
VisitMenu(control.subMenu);
|
||||||
|
}
|
||||||
|
|
||||||
if (control.labels != null)
|
if (control.labels != null)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < control.labels.Length; i++)
|
for (int i = 0; i < control.labels.Length; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user