From fbb6076405ea9b234fdb04a62904158e44e15c9c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 16 四月 2019 10:02:56 +0800
Subject: [PATCH] Merge branch 'HazyRegion'

---
 System/WindowBase/WindowCenter.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 39ada68..e5ece1b 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -600,7 +600,8 @@
                         && !IsOpen("DefaultDialogueBoxWin")
                         && !IsOpen("DialogueDuidanceWin")
                         && !IsOpen("TaskBoxBGMWin")
-                        && !IsOpen("WelcomeWin");
+                        && !IsOpen("WelcomeWin")
+                        && !IsOpen("HazyRegionDialogueWin");
 
                     if (exceptOpen != IsOpen("MainInterfaceWin"))
                     {

--
Gitblit v1.8.0