hexiaojie 1 år sedan
förälder
incheckning
cbb3ff50dc
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();
 		}