From 551101abeb1a997da1444ba4ed3059b4d878fb4a Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Tue, 17 Nov 2020 10:38:47 +0800 Subject: [PATCH] 拖拽点击UI后释放异常BUG 停止CommonDebugHelper输出 --- Assets/Scripts/Common/GameConfig.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index 1c81dec..62b67ae 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -24,7 +24,7 @@ public static string LoginUrl = "http://172.16.1.52:9000/user/login"; - public static bool OpenDebug = true; + public static bool OpenDebug = false; /// <summary> /// PVE无尽模式,是否可以点击购买新的宝石 -- Gitblit v1.9.1