From 267801ab9d88d9861f943cb714abb26bc1145cb9 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 25 十月 2018 11:13:53 +0800
Subject: [PATCH] 4334 【前端】随包资源支持热更
---
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