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/Role/RolePanel.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Role/RolePanel.cs b/System/Role/RolePanel.cs
index 0a9dd4c..e70ecda 100644
--- a/System/Role/RolePanel.cs
+++ b/System/Role/RolePanel.cs
@@ -194,7 +194,7 @@
OnUpdateSpecialAttr();
OnUpdateLvExp();
m_PlayerFightPower.text = PlayerDatas.Instance.baseData.FightPoint.ToString();
- UI3DModelExhibition.Instance.BeginShowPlayer(m_PlayerShowModel, PlayerDatas.Instance.baseData.Job);
+ UI3DModelExhibition.Instance.ShowPlayer(m_PlayerShowModel, PlayerDatas.Instance.baseData.Job);
OnRefreshRealm();
OnRefreshWorldLv();
}
@@ -253,7 +253,7 @@
void OnDisableRole()
{
- UI3DModelExhibition.Instance.StopShowPlayer();
+ UI3DModelExhibition.Instance.StopShow();
}
protected override void BindController()
--
Gitblit v1.8.0