From cd5c1d2c732e41082b0228deadf52df91c50ffbe Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 23 九月 2024 14:06:12 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】仙盟徽章,头像框,头像(动态),聊天气泡,聊天表情-表情在聊天界面上的显示大小由(richtext的)FaceSize决定,当配置0取图片原大小

---
 System/Chat/UIFrame.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Chat/UIFrame.cs b/System/Chat/UIFrame.cs
index ea778ee..22d922a 100644
--- a/System/Chat/UIFrame.cs
+++ b/System/Chat/UIFrame.cs
@@ -42,7 +42,7 @@
         if (!gameObject.activeInHierarchy) {
             return;
         }
-        sprites = UIFrameMgr.Inst.GetDynamicFace(frameKey);
+        sprites = UIFrameMgr.Inst.GetDynamicImage(frameKey);
         if (sprites == null||sprites.Count<1) {
             DebugEx.LogError(string.Format("娌℃湁{0}瀵瑰簲鐨勫抚鍔ㄧ敾", frameKey));
             enabled = false;

--
Gitblit v1.8.0