From 38dbbe3f7cb862fdf46ba053994bc2419c730ce1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 17 四月 2019 10:52:25 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Realm/RealmPropertyUpWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Realm/RealmPropertyUpWin.cs b/System/Realm/RealmPropertyUpWin.cs
index 463b559..c30bc62 100644
--- a/System/Realm/RealmPropertyUpWin.cs
+++ b/System/Realm/RealmPropertyUpWin.cs
@@ -105,7 +105,7 @@
         protected override void OnPreClose()
         {
             UI3DModelExhibition.Instance.StopShow();
-            UI3DTreasureExhibition.Instance.StopShow();
+            UI3DTreasureExhibition.Instance.Stop();
             flying = false;
         }
 
@@ -287,7 +287,7 @@
                 case ActivateShow.ActivateFunc.GodWeapon:
                     m_ModelRawImage.gameObject.SetActive(true);
                     m_ModelRawImage.rectTransform.sizeDelta = new Vector2(600, 600);
-                    UI3DTreasureExhibition.Instance.BeginShowGodWeapon(ActivateShow.godWeaponType, m_ModelRawImage);
+                    UI3DTreasureExhibition.Instance.ShowGodWeapon(ActivateShow.godWeaponType, m_ModelRawImage);
                     break;
             }
         }

--
Gitblit v1.8.0