mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Fix bug with disposing bntx
This commit is contained in:
parent
6f9154dd24
commit
2b65b5b3c9
1 changed files with 2 additions and 1 deletions
|
@ -475,7 +475,8 @@ namespace FirstPlugin
|
|||
}
|
||||
|
||||
Textures.Clear();
|
||||
Nodes.Clear();
|
||||
if (this.IsVisible)
|
||||
Nodes.Clear();
|
||||
|
||||
this.BinaryTexFile = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue