hexiaojie пре 1 година
родитељ
комит
5225d2beb0
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();
 		}