- [GUI] correction
This commit is contained in:
@@ -220,7 +220,7 @@ namespace AssetStudio.GUI
|
||||
{
|
||||
paths = File.ReadAllLines(paths[0]);
|
||||
}
|
||||
await Task.Run(() => assetsManager.LoadFiles(openFileDialog1.FileNames));
|
||||
await Task.Run(() => assetsManager.LoadFiles(paths));
|
||||
BuildAssetStructures();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user