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