From 82931aabaaa3e479bc04e11630a77cd9c9dd5fe3 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 26 十月 2018 20:05:36 +0800
Subject: [PATCH] Merge branch 'master' into leonard
---
System/Launch/LaunchBackGroundWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Launch/LaunchBackGroundWin.cs b/System/Launch/LaunchBackGroundWin.cs
index 11ee8d3..d38e2d7 100644
--- a/System/Launch/LaunchBackGroundWin.cs
+++ b/System/Launch/LaunchBackGroundWin.cs
@@ -35,7 +35,7 @@
protected override void OnPreOpen()
{
- var sprite = Resources.Load<Sprite>("UI/Sprites/LoginBackGround");
+ var sprite = BuiltInLoader.LoadSprite("LoginBackGround");
useStaticBackGround = sprite != null;
if (useStaticBackGround)
--
Gitblit v1.8.0