Fix mdl imports not being savable.

This commit is contained in:
Ottermandias 2024-05-28 12:51:12 +02:00
parent 255d11974f
commit 5d1b17f96d
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit b83ce830919ca56e8b066d48d588c889df3af39b
Subproject commit f2cea65b83b2d6cb0d03339e8f76aed8102a41d5

View file

@ -104,6 +104,7 @@ public partial class ModelImporter(ModelRoot model, IoNotifier notifier)
Radius = 1,
BoneBoundingBoxes = Enumerable.Repeat(MdlFile.EmptyBoundingBox, _bones.Count).ToArray(),
RemainingData = [.._vertexBuffer, ..indexBuffer],
Valid = true,
};
}