mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix mdl imports not being savable.
This commit is contained in:
parent
255d11974f
commit
5d1b17f96d
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit b83ce830919ca56e8b066d48d588c889df3af39b
|
||||
Subproject commit f2cea65b83b2d6cb0d03339e8f76aed8102a41d5
|
||||
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue