update
This commit is contained in:
parent
58ab3116db
commit
3a0100ed37
|
@ -60,7 +60,7 @@
|
||||||
<Compile Include="Math\Color.cs" />
|
<Compile Include="Math\Color.cs" />
|
||||||
<Compile Include="Math\Half.cs" />
|
<Compile Include="Math\Half.cs" />
|
||||||
<Compile Include="Math\HalfHelper.cs" />
|
<Compile Include="Math\HalfHelper.cs" />
|
||||||
<Compile Include="Math\Matrix4x4f.cs" />
|
<Compile Include="Math\Matrix4x4.cs" />
|
||||||
<Compile Include="Math\Quaternion.cs" />
|
<Compile Include="Math\Quaternion.cs" />
|
||||||
<Compile Include="Math\Vector2.cs" />
|
<Compile Include="Math\Vector2.cs" />
|
||||||
<Compile Include="Math\Vector3.cs" />
|
<Compile Include="Math\Vector3.cs" />
|
||||||
|
|
|
@ -15,7 +15,7 @@ namespace AssetStudio
|
||||||
private HashSet<string> importFilesHash = new HashSet<string>();
|
private HashSet<string> importFilesHash = new HashSet<string>();
|
||||||
private HashSet<string> assetsFileListHash = 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]);
|
var path = Path.GetDirectoryName(files[0]);
|
||||||
MergeSplitAssets(path);
|
MergeSplitAssets(path);
|
||||||
|
|
Loading…
Reference in New Issue