From d68f2c0be6edf436b6033773147588b7574a93b0 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 09 六月 2025 16:25:45 +0800
Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 启动LoadingWin的修改
---
Main/System/Debug/DebugController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Debug/DebugController.cs b/Main/System/Debug/DebugController.cs
index 78beec4..fb8ae73 100644
--- a/Main/System/Debug/DebugController.cs
+++ b/Main/System/Debug/DebugController.cs
@@ -82,14 +82,14 @@
public void CleanNewBranchSet()
{
LocalSave.DeleteKey("#@#BrancH");
- // ScrollTip.ShowTip("娓呯悊鍒嗘敮璁剧疆");
+ ScrollTip.ShowTip("娓呯悊鍒嗘敮璁剧疆");
}
public void PrintLastCrashLog()
{
// if (CrashReport.lastReport != null)
// {
- // DebugEx.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport);
+ // Debug.LogFormat("宕╂簝鏃ュ織:{0}", CrashReport.lastReport);
// }
}
--
Gitblit v1.8.0