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/Mount/MountPanelAssignment.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Mount/MountPanelAssignment.cs b/System/Mount/MountPanelAssignment.cs
index 8ed5334..b1f2c02 100644
--- a/System/Mount/MountPanelAssignment.cs
+++ b/System/Mount/MountPanelAssignment.cs
@@ -195,7 +195,7 @@
if (HorseID != mount_ID)
{
HorseConfig _model = Config.Instance.Get<HorseConfig>(HorseID);
- UI3DModelExhibition.Instance.BeginShowHourse(_model.Model, m_MountRawImg);
+ UI3DModelExhibition.Instance.ShowHourse(_model.Model, m_MountRawImg);
mount_ID = HorseID;
if (UI3DModelExhibition.Instance.NpcModelHorse != null)
{
--
Gitblit v1.8.0