zhaoyang 2 سال پیش
والد
کامیت
aed6d62a69
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

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

@@ -440,7 +440,7 @@ namespace GFGGame
             tex.ReadPixels(rect, 0, 0);//读取像素,屏幕左下角为0点
             tex.Apply();//保存像素信息
 
-            EquipDataCache.cacher.nTexture = new NTexture(tex);
+            // EquipDataCache.cacher.nTexture = new NTexture(tex);
             GRoot.inst.visible = true;
             bg.SetActive(true);
             Camera.main.backgroundColor = backgroundColor;