mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Notify when an unhandled UV count is reached.
This commit is contained in:
parent
31f23024a4
commit
f8d0616acd
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ public class MeshExporter
|
||||||
(0, true) => typeof(VertexColorFfxiv),
|
(0, true) => typeof(VertexColorFfxiv),
|
||||||
(0, false) => typeof(VertexEmpty),
|
(0, false) => typeof(VertexEmpty),
|
||||||
|
|
||||||
_ => throw new Exception("Unreachable."),
|
_ => throw _notifier.Exception($"Unhandled UV count of {uvCount} encountered."),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue