Some improvements

This commit is contained in:
Perfare
2018-04-21 09:36:10 +08:00
parent a3c92ddb8f
commit 674c634c2c
17 changed files with 53 additions and 156 deletions

View File

@@ -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"))