Skip to content

fix crash in OMWriter when writing an empty mesh with colors

Max Lyon requested to merge OMWriterCrashFix into master

Writer accessed VertexHandle(0) for meshes with colors even when they had no vertices.

Merge request reports