Browse Source

修改bug

lzx 1 tuần trước cách đây
mục cha
commit
4e080afe34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/GameUI/UI/RewardsPanel/RewardsPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/RewardsPanel/RewardsPanel.cs

@@ -13,7 +13,7 @@ namespace Fort23.Mono
     {
         private void Init()
         {
-            isAddStack = true;
+            isAddStack = false;
             IsShowAppBar = false;
         }