Fixed UI bug with New Zone list, added delete buttons

This commit is contained in:
dexy
2018-12-28 19:40:39 +11:00
Unverified
parent a64b52899d
commit c5cac4c407
5 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -1116,7 +1116,7 @@ namespace CodeWalker.Project.Panels
{
if (list == null) return null;
TreeNode relnode = FindAudioRelTreeNode(list.Rel);
var zonelistsnode = GetChildTreeNode(relnode, "ZoneLists");
var zonelistsnode = GetChildTreeNode(relnode, "AmbientZoneLists");
if (zonelistsnode == null) return null;
for (int i = 0; i < zonelistsnode.Nodes.Count; i++)
{