Browse Source

战斗结算

zhaoyang 2 years ago
parent
commit
aed6d62a69

+ 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;