forked from sin365/AxibugEmuOnline
修复侧边栏弹出时,如果没有选项,会导致报错的问题
This commit is contained in:
parent
0b7a11291c
commit
c1d56f52e0
@ -204,6 +204,7 @@ namespace AxibugEmuOnline.Client
|
|||||||
{
|
{
|
||||||
m_hideTween.Kill(true);
|
m_hideTween.Kill(true);
|
||||||
}
|
}
|
||||||
|
if (menus.Count == 0) return;
|
||||||
|
|
||||||
m_onClose = onClose;
|
m_onClose = onClose;
|
||||||
ReleaseRuntimeMenus();
|
ReleaseRuntimeMenus();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user