fix edge indices count
This commit is contained in:
parent
690eed9e26
commit
50cdfd0137
|
@ -784,7 +784,7 @@ void BuildPolygons(RendererPolygon* polygons, int npolys)
|
|||
|
||||
NumVertices = vidx;
|
||||
NumIndices = iidx;
|
||||
NumEdgeIndices = eidx;
|
||||
NumEdgeIndices = eidx - EdgeIndicesOffset;
|
||||
}
|
||||
|
||||
void RenderSinglePolygon(int i)
|
||||
|
|
Loading…
Reference in New Issue