From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541 优化日志工具和bugly工具
---
System/MainInterfacePanel/CombatModeWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/CombatModeWin.cs b/System/MainInterfacePanel/CombatModeWin.cs
index 0776c78..cba20f7 100644
--- a/System/MainInterfacePanel/CombatModeWin.cs
+++ b/System/MainInterfacePanel/CombatModeWin.cs
@@ -126,11 +126,11 @@
break;
case 3:
- DesignDebug.LogError("闆嗗洟");
+ DebugEx.LogError("闆嗗洟");
break;
case 4:
- DesignDebug.LogError("缁勯槦");
+ DebugEx.LogError("缁勯槦");
break;
case 5:
--
Gitblit v1.8.0