|
@@ -174,7 +174,7 @@ public class YZTLayer : YZTRootLayer
|
|
|
{
|
|
|
clearBtn.GetComponent<Image>().sprite = sprites[1];
|
|
|
leftContent.gameObject.SetActive(false);
|
|
|
- pointParent.gameObject.SetActive(false);
|
|
|
+ pointParent.gameObject.SetActive(true);
|
|
|
middleContent.gameObject.SetActive(false);
|
|
|
rightContent.gameObject.SetActive(false);
|
|
|
clearBtn.GetComponent<RectTransform>().anchoredPosition = new Vector2(-827, clearBtn.GetComponent<RectTransform>().anchoredPosition.y);
|