Browse Source

公用机提交

beiguoxia 3 years ago
parent
commit
a032e4b492

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

@@ -45,7 +45,7 @@ namespace GFGGame
 
              //path = "/sdcard/DCIM/";
 
-             path = Application.persistentDataPath + "/../../../../DCIM/";
+             path = Application.persistentDataPath + "/../../../../DCIM/Gfg/";
 #endif
             //判断目录是否存在,不存在则会创建目录
             if (!Directory.Exists(path))