Fix bug with disposing bntx

This commit is contained in:
KillzXGaming 2019-12-14 11:23:02 -05:00
parent 6f9154dd24
commit 2b65b5b3c9

View file

@ -475,7 +475,8 @@ namespace FirstPlugin
}
Textures.Clear();
Nodes.Clear();
if (this.IsVisible)
Nodes.Clear();
this.BinaryTexFile = null;