hexiaojie 1 年之前
父节点
当前提交
cbb3ff50dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/ThirdParty/Unity-Logs-Viewer/Reporter/Reporter.cs

+ 1 - 1
GameClient/Assets/ThirdParty/Unity-Logs-Viewer/Reporter/Reporter.cs

@@ -439,7 +439,7 @@ public class Reporter : MonoBehaviour
 
 		Initialized = true;
 
-		if (!show) {
+		if (show) {
 			doShow();
 		}