Some improvements
This commit is contained in:
@@ -414,12 +414,10 @@ namespace AssetStudio
|
||||
ProgressBarPerformStep();
|
||||
}
|
||||
|
||||
|
||||
if (fileNode.Nodes.Count == 0)
|
||||
if (fileNode.Nodes.Count > 0)
|
||||
{
|
||||
fileNode.Text += " (no children)";
|
||||
fileNodes.Add(fileNode);
|
||||
}
|
||||
fileNodes.Add(fileNode);
|
||||
}
|
||||
|
||||
if (File.Exists(mainPath + "\\materials.json"))
|
||||
|
||||
Reference in New Issue
Block a user