Better implementation/networks references (all vs available)

This commit is contained in:
n00mkrad
2022-07-06 10:40:41 +02:00
parent 791cd6f532
commit 9f9263bf3b
4 changed files with 37 additions and 27 deletions

View File

@@ -196,7 +196,7 @@ namespace Flowframes.IO
{
List<string> modelPaths = new List<string>();
foreach (AI ai in Implementations.networks)
foreach (AI ai in Implementations.NetworksAll)
{
string aiPkgFolder = Path.Combine(Paths.GetPkgPath(), ai.PkgDir);
ModelCollection aiModels = AiModels.GetModels(ai);