This commit is contained in:
Perfare 2019-06-14 12:47:22 +08:00
parent 58ab3116db
commit 3a0100ed37
3 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<Compile Include="Math\Color.cs" />
<Compile Include="Math\Half.cs" />
<Compile Include="Math\HalfHelper.cs" />
<Compile Include="Math\Matrix4x4f.cs" />
<Compile Include="Math\Matrix4x4.cs" />
<Compile Include="Math\Quaternion.cs" />
<Compile Include="Math\Vector2.cs" />
<Compile Include="Math\Vector3.cs" />

View File

@ -15,7 +15,7 @@ namespace AssetStudio
private HashSet<string> importFilesHash = new HashSet<string>();
private HashSet<string> assetsFileListHash = new HashSet<string>();
public void LoadFiles(string[] files)
public void LoadFiles(params string[] files)
{
var path = Path.GetDirectoryName(files[0]);
MergeSplitAssets(path);