From 06bac38d743f3f99a294f20e5b02af6d53676b0b Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 21 九月 2018 14:38:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/RoleParticulars/RoleParticularsWin.cs |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/System/RoleParticulars/RoleParticularsWin.cs b/System/RoleParticulars/RoleParticularsWin.cs
index f4eb20e..aaf05ab 100644
--- a/System/RoleParticulars/RoleParticularsWin.cs
+++ b/System/RoleParticulars/RoleParticularsWin.cs
@@ -136,7 +136,7 @@
 
         protected override void OnAfterClose()
         {
-            UI3DModelExhibition.Instance.StopShowPlayer();
+            UI3DModelExhibition.Instance.StopShow();
         }
         #endregion
 
@@ -248,7 +248,16 @@
                 {
                     weapon2 = itemData.ItemID;
                 }
-                UI3DModelExhibition.Instance.BeginShowOtherPlayer(roleModel, viewPlayerData.rolePropData.Job, clothes, _suitLevel, weapon, wing, weapon2);
+
+                var data = new UI3DModelExhibition.UI3DPlayerExhibitionData {
+                    job = viewPlayerData.rolePropData.Job,
+                    clothesId = clothes,
+                    suitLevel = _suitLevel,
+                    weaponId=weapon,
+                    wingsId=wing,
+                    secondaryId=weapon2,
+                };
+                UI3DModelExhibition.Instance.ShowOtherPlayer(roleModel, data);
             }
         }
 

--
Gitblit v1.8.0