zhangyuqian пре 1 година
родитељ
комит
f839916c1b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -38,7 +38,7 @@ namespace GFGGame
             float height = width * tex.height / tex.width;
             _ui.m_imgRes.SetSize(width, height);
             _ui.m_imgBorder.SetSize(width, height + 12);
-            _ui.m_btnShare.visible = false;
+            _ui.m_share.visible = false;
             Timers.inst.AddUpdate(CheckGuide);
         }