hexiaojie 1 年間 前
コミット
cbb3ff50dc

+ 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();
 		}