From f4a702e212d1853735f8dae399da69d23bfa510e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 26 三月 2026 18:16:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/System/PhantasmPavilion/AvatarCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/PhantasmPavilion/AvatarCell.cs b/Main/System/PhantasmPavilion/AvatarCell.cs
index b30e46a..4906278 100644
--- a/Main/System/PhantasmPavilion/AvatarCell.cs
+++ b/Main/System/PhantasmPavilion/AvatarCell.cs
@@ -244,7 +244,7 @@
int resourceType = manager.GetResourceType(PhantasmPavilionType.FacePic, facePicID);
string resourceValue = manager.GetResourceValue(PhantasmPavilionType.FacePic, facePicID);
- manager.Show(facePicImage, facePicSpine, facePicUIFrame, resourceType, resourceValue);
+ manager.Show(PhantasmPavilionType.FacePic, facePicImage, facePicSpine, facePicUIFrame, resourceType, resourceValue);
faceBGImage.SetNativeSize();
faceImage.SetNativeSize();
--
Gitblit v1.8.0