Browse Source

公用机提交

beiguoxia 3 years ago
parent
commit
80f4ee0eec

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

@@ -43,7 +43,7 @@ namespace GFGGame
             int index = Application.persistentDataPath.IndexOf("Android");
             int index = Application.persistentDataPath.IndexOf("Android");
             path = index < 0 ? path : Application.persistentDataPath.Substring(0, index);
             path = index < 0 ? path : Application.persistentDataPath.Substring(0, index);
 
 
-            path = "/sdcard/DCIM/";
+            //path = "/sdcard/DCIM/";
 
 
 #endif
 #endif
             //判断目录是否存在,不存在则会创建目录
             //判断目录是否存在,不存在则会创建目录