From f84f24a588124fd94a8a7c53ada0e4a80551a30b Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Sun, 25 May 2025 23:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/hero/hero_detail_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/hero/hero_detail_ui.lua b/lua/app/ui/hero/hero_detail_ui.lua index 23c1d6f5..bfc4472d 100644 --- a/lua/app/ui/hero/hero_detail_ui.lua +++ b/lua/app/ui/hero/hero_detail_ui.lua @@ -256,7 +256,7 @@ function HeroDetailUI:showskinInfo() if not self.compSkin then self.skinInfo:initPrefabHelper() self.skinInfo:genAllChildren() - self.compSkin = self.skinInfo:addLuaComponent(COMP_Skin) + self.compSkin = self.skinInfo:addLuaComponent(COMP_SKIN) self.compSkin:setUI(self) end