This commit is contained in:
Perfare
2018-09-27 05:23:10 +08:00
parent 97169ff6dd
commit f2b041741b
19 changed files with 285 additions and 310 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace AssetStudio
reader = preloadData.InitReader();
version = sourceFile.version;
buildType = sourceFile.buildType;
platform = (BuildTarget)sourceFile.platform;
platform = sourceFile.m_TargetPlatform;
if (platform == BuildTarget.NoTarget)
{