|
@@ -293,11 +293,7 @@ namespace GFGGame
|
|
|
|
|
|
protected override void UpdateToCheckGuide(object param)
|
|
|
{
|
|
|
- // if (this.viewCom.parent != null)
|
|
|
- // {
|
|
|
- // int index = this.viewCom.parent.GetChildIndex(this.viewCom);
|
|
|
- // if (index == this.viewCom.parent.numChildren - 1 && GRoot.inst.GetTopWindow() == null)
|
|
|
- // {
|
|
|
+
|
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
|
|
|
float scaleX = _ui.m_comClickCircle.m_imgCircle.scaleX;
|