|
|
@@ -498,7 +498,8 @@ public class NewUserGuiderManager : MonoBehaviour
|
|
|
g.customPreparePass = false;
|
|
|
return;
|
|
|
}
|
|
|
- LayoutRebuilder.ForceRebuildLayoutImmediate(TimeLimitGameDistanceSelectView.ins.transform as RectTransform);
|
|
|
+ //马上重构布局,否则引导初始化获取到的目标坐标不对
|
|
|
+ LayoutRebuilder.ForceRebuildLayoutImmediate(TimeLimitGameDistanceSelectView.ins.transform.Find("Layout") as RectTransform);
|
|
|
g.customPreparePass = true;
|
|
|
g.hollowOutMask.enabled = true;
|
|
|
g.ActiveBtnSkip(true);
|