소스 검색

改pc平台上的报错 (#418)

404 3 년 전
부모
커밋
cdabe93cf0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Unity/Assets/Scripts/Editor/BuildEditor/BuildEditor.cs

+ 1 - 1
Unity/Assets/Scripts/Editor/BuildEditor/BuildEditor.cs

@@ -54,7 +54,7 @@ namespace ET
 #elif UNITY_IOS
 			activePlatform = PlatformType.IOS;
 #elif UNITY_STANDALONE_WIN
-			activePlatform = PlatformType.PC;
+			activePlatform = PlatformType.Windows;
 #elif UNITY_STANDALONE_OSX
 			activePlatform = PlatformType.MacOS;
 #elif UNITY_STANDALONE_LINUX