Browse Source

错误提示优化

guodong 2 năm trước cách đây
mục cha
commit
afa2e074df

+ 1 - 1
GameClient/Assets/ThirdParty/Xasset/Runtime/Loadables/Asset.cs

@@ -71,7 +71,7 @@ namespace VEngine
         {
             if (!Versions.Contains(path))
             {
-                Logger.E("FileNotFoundException {0}", path);
+                Logger.E("请添加资源 {0}", path);
                 return null;
             }