From 6c644699c177a7681f193af4681ff3e4ac3be658 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 12 十二月 2025 18:15:51 +0800
Subject: [PATCH] 0312 调整坐骑预览列表可能出现武将的问题
---
Main/System/Horse/HorseController.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Main/System/Horse/HorseController.cs b/Main/System/Horse/HorseController.cs
index cd8df27..cdbb27f 100644
--- a/Main/System/Horse/HorseController.cs
+++ b/Main/System/Horse/HorseController.cs
@@ -101,14 +101,14 @@
{
return;
}
- if (heroSkinID == 0)
- {
- if (hero != null && hero.gameObject.activeSelf)
- {
- hero.SetActive(false);
- }
- return;
- }
+ // if (heroSkinID == 0)
+ // {
+ // if (hero != null && hero.gameObject.activeSelf)
+ // {
+ // hero.SetActive(false);
+ // }
+ // return;
+ // }
hero = instanceGO.GetComponentInChildren<UIHeroController>(true);
if (hero == null)
{
--
Gitblit v1.8.0