Load the texture rather than the bntx for easier previewing
This commit is contained in:
parent
7fb13a1a22
commit
53d5f3aafd
Binary file not shown.
@ -228,7 +228,11 @@ namespace FirstPlugin
|
||||
}
|
||||
|
||||
foreach (var container in Containers)
|
||||
bntx.Nodes.Add(container);
|
||||
{
|
||||
foreach (var texture in container.Textures.Values)
|
||||
bntx.Nodes.Add(texture);
|
||||
}
|
||||
|
||||
|
||||
IsLoadingArray = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user