浏览代码

关闭换装界面的背景保存到主界面

leiyasi 1 年之前
父节点
当前提交
278e1994d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

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

@@ -436,7 +436,7 @@ namespace GFGGame
 
 
         private void OnClickBtnSave()
         private void OnClickBtnSave()
         {
         {
-            SceneController.bgTempRes = ResPathUtil.GetSceneBgPath(ItemCfgArray.Instance.GetCfg(MyDressUpHelper.dressUpObj.bgId).res);
+            //SceneController.bgTempRes = ResPathUtil.GetSceneBgPath(ItemCfgArray.Instance.GetCfg(MyDressUpHelper.dressUpObj.bgId).res);
             CustomSuitDataManager.SaveCurrentSuit(_ui.m_comboBox.selectedIndex);
             CustomSuitDataManager.SaveCurrentSuit(_ui.m_comboBox.selectedIndex);
         }
         }