From 78bfe524ea4776c47f6314e56e97f39970b00fce Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 25 九月 2018 15:07:07 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能

---
 System/KnapSack/Logic/ModelShowPerfab.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/KnapSack/Logic/ModelShowPerfab.cs b/System/KnapSack/Logic/ModelShowPerfab.cs
index 7abaeb2..b0b93b9 100644
--- a/System/KnapSack/Logic/ModelShowPerfab.cs
+++ b/System/KnapSack/Logic/ModelShowPerfab.cs
@@ -37,11 +37,11 @@
                     UI3DTreasureExhibition.Instance.BeginShowTreasure(id, modelImg);
                     break;
                 case ModelShowType.mount:
-                    UI3DModelExhibition.Instance.BeginShowHourse(id, modelImg);
+                    UI3DModelExhibition.Instance.ShowHourse(id, modelImg);
                     break;
                 case ModelShowType.pet:
                     var config = Config.Instance.Get<NPCConfig>(id);
-                    UI3DModelExhibition.Instance.BeginShowNPC(id, config.UIModeLOffset, config.UIModelRotation, modelImg);
+                    UI3DModelExhibition.Instance.ShowNPC(id, config.UIModeLOffset, config.UIModelRotation, modelImg);
                     break;
             }
 

--
Gitblit v1.8.0