YDR/XML conversion progress

This commit is contained in:
dexy
2020-01-19 02:36:28 +11:00
Unverified
parent cd4c87cd71
commit 9ed308df7a
4 changed files with 856 additions and 101 deletions
-4
View File
@@ -1132,10 +1132,6 @@ namespace CodeWalker.Rendering
{
IndexBuffer = Buffer.Create(device, BindFlags.IndexBuffer, DrawableGeom.IndexBuffer.Indices);
}
else if (DrawableGeom.BoneIds != null)
{
IndexBuffer = Buffer.Create(device, BindFlags.IndexBuffer, DrawableGeom.BoneIds);
}
}