mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Whoops
This commit is contained in:
parent
655e2fd2ca
commit
e8e87cc6cb
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ public class MeshExporter
|
|||
{
|
||||
MdlFile.VertexType.Half2 => 1,
|
||||
MdlFile.VertexType.Half4 => 2,
|
||||
MdlFile.VertexType.Single4 => 2,
|
||||
_ => throw new Exception($"Unexpected UV vertex type {type}.")
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue