少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-14 99a3f198578f79b48bca1821554fb4b76270cd27
Core/ResModule/UILoader.cs
@@ -37,7 +37,7 @@
        if (window == null)
        {
            DesignDebug.LogErrorFormat("UILoader.LoadWindow() => 加载不到资源: {0}.", _name);
            DebugEx.LogErrorFormat("UILoader.LoadWindow() => 加载不到资源: {0}.", _name);
        }
        return window;
@@ -107,7 +107,7 @@
        if (prefab == null)
        {
            DesignDebug.LogErrorFormat("UILoader.LoadPrefab() => 加载不到资源: {0}.", _name);
            DebugEx.LogErrorFormat("UILoader.LoadPrefab() => 加载不到资源: {0}.", _name);
        }
        return prefab;
@@ -161,7 +161,7 @@
        if (sprite == null)
        {
            DesignDebug.LogErrorFormat("UILoader.LoadSprite() => 加载不到资源: {0}.", file);
            DebugEx.LogErrorFormat("UILoader.LoadSprite() => 加载不到资源: {0}.", file);
        }
        return sprite;
@@ -200,7 +200,7 @@
        if (font == null)
        {
            DesignDebug.LogErrorFormat("UILoader.LoadFont() => 加载不到资源: {0}.", _fontName);
            DebugEx.LogErrorFormat("UILoader.LoadFont() => 加载不到资源: {0}.", _fontName);
        }
        return font;