From 5fe2497681dc182f8831565b898d4e6da13f032b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 29 八月 2018 11:25:54 +0800
Subject: [PATCH] 3037 【开发】将loading图转移到打包资源配置中
---
Core/GameEngine/Login/Launch.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Login/Launch.cs b/Core/GameEngine/Login/Launch.cs
index 3606c7e..044551c 100644
--- a/Core/GameEngine/Login/Launch.cs
+++ b/Core/GameEngine/Login/Launch.cs
@@ -286,7 +286,7 @@
launchWin.FadeOut();
}
- WindowCenter.Instance.OpenFromLocal<LaunchBackGroundWin>();
+ WindowCenter.Instance.Open<LaunchBackGroundWin>(true);
var launchBackGroundWin = WindowCenter.Instance.Get<LaunchBackGroundWin>();
launchBackGroundWin.transform.SetAsFirstSibling();
--
Gitblit v1.8.0