1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Allow for empty texture paths

This commit is contained in:
KillzXGaming 2019-07-12 20:06:31 -04:00
parent 0399de79ac
commit d74988583f
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -149,7 +149,7 @@ namespace FirstPlugin
for (int i = 0; i < BMDFile.Shapes.Shapes.Count; i++)
{
var curShape = BMDFile.Shapes.Shapes[BMDFile.Shapes.RemapTable[i]];
var curShape = BMDFile.Shapes.Shapes[i];
var mat = new BMDMaterialWrapper(BMDFile.Materials.GetMaterial(i), BMDFile);
MaterialFolder.Nodes.Add(mat);

Binary file not shown.

Binary file not shown.