Work on Workspace loading

This commit is contained in:
2019-04-23 11:05:28 -05:00
parent 2bbf837b9e
commit 924a8e7af0
10 changed files with 79 additions and 29 deletions
@@ -51,6 +51,7 @@ namespace qController
if(data[i].cues[j].type == "Group")
{
data[i].cues[j].cues = children;
CheckPopulated();
return;
}
}
@@ -75,7 +76,7 @@ namespace qController
return null;
}
public bool ChildrenPopulated()
public bool CheckPopulated()
{
for (int i = 0; i < data.Count; i++)
{