From 4638d04f6fff751d98a6200205d01c19a4a9dd46 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 21 二月 2019 13:47:11 +0800
Subject: [PATCH] 3019 【1.6】频繁出现主界面短暂消失2-3s的情况
---
System/WindowBase/WindowCenter.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 17e8d2f..ae3fa57 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -597,7 +597,7 @@
}
checkTimer += Time.deltaTime;
- if (checkTimer > 2f)
+ if (checkTimer > 0.5f)
{
checkTimer = 0f;
if (!StageLoad.Instance.isLoading)
--
Gitblit v1.8.0