1
0
mirror of synced 2024-12-01 18:47:26 +01:00

load bcres parent

This commit is contained in:
KillzXGaming 2019-05-09 16:09:47 -04:00
parent b897c22732
commit f48529590c
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -43,6 +43,7 @@ namespace FirstPlugin
{
var matWrapper = new MTOBWrapper();
matWrapper.Load(material);
matWrapper.BcresParent = BcresParent;
MaterialFolder.Nodes.Add(matWrapper);
}
}