Explorar o código

剧情表情资源加载路径修改

zhangyuqian hai 1 ano
pai
achega
5ca14497ae

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs

@@ -1067,7 +1067,8 @@ namespace GFGGame
                 }
                 if (cfg.emojiRes.Length > 0 && cfg.emojiRes != "0")
                 {
-                    string aniRes = ResPathUtil.GetEmojiResPath("DressUp",cfg.emojiRes);
+                    string EmojiPath = string.Format("DressUp/{0}", cfg.emojiRes);
+                    string aniRes = ResPathUtil.GetEmojiResPath(EmojiPath, cfg.emojiRes);
                     if (!resList.Contains(aniRes))
                     {
                         resList.Add(aniRes);