mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Another fix
This commit is contained in:
parent
23465c5e5b
commit
fad58c99e5
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -402,10 +402,10 @@ namespace Bfres.Structs
|
|||
{
|
||||
((STGenericWrapper)node).Unload();
|
||||
RemoveChild(((STGenericWrapper)node));
|
||||
ResourceNodes.Remove(node.Text);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ResourceNodes.Clear();
|
||||
Nodes.Clear();
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue