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