|
@@ -308,7 +308,7 @@ namespace GFGGame
|
|
|
}
|
|
|
public static bool CheckIsTopView(GComponent viewCom)
|
|
|
{
|
|
|
- if (ViewManager.isViewOpen(typeof(GuideView).Name)) return false;
|
|
|
+ // if (ViewManager.isViewOpen(typeof(GuideView).Name)) return false;
|
|
|
if (viewCom.parent != null)
|
|
|
{
|
|
|
int index = viewCom.parent.GetChildIndex(viewCom);
|