@@ -46,6 +46,7 @@ namespace GFGGame
protected override void OnShown()
{
base.OnShown();
+ GRoot.inst.touchable = true;
int itemId = (int)viewData;
guideId = 0;
UpdateView(itemId);