浏览代码

重置透明渐变

leiyasi 1 年之前
父节点
当前提交
1d0bab86d7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Views/Common/Controller/LuckyBoxController.cs

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Views/Common/Controller/LuckyBoxController.cs

@@ -158,6 +158,11 @@ namespace GFGGame
             _modelIndex = 0;
             _dressUpObjUI.dressUpObj.TakeOffAll();
 
+            InitModel(0);
+            ChangeModelAlpha(0, 1);
+
+            InitModel(1);
+            ChangeModelAlpha(1, 1);
             // Òþ²ØÁíÒ»¸öÄ£ÐÍ
             if (_dressUpObjUIs[0].sceneObject != null)
             {