lzx 1 settimana fa
parent
commit
4e080afe34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }