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