mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 11:08:26 +08:00
Fixed UI bug with New Zone list, added delete buttons
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user