1
0
mirror of synced 2024-11-12 10:10:50 +01:00

Another fix

This commit is contained in:
KillzXGaming 2019-04-21 14:37:02 -04:00
parent 23465c5e5b
commit fad58c99e5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -402,10 +402,10 @@ namespace Bfres.Structs
{
((STGenericWrapper)node).Unload();
RemoveChild(((STGenericWrapper)node));
ResourceNodes.Remove(node.Text);
}
}
ResourceNodes.Clear();
Nodes.Clear();
}
}