Notify when an unhandled UV count is reached.

This commit is contained in:
Ottermandias 2025-02-20 18:36:33 +01:00
parent 31f23024a4
commit f8d0616acd

View file

@ -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."),
}; };
} }