diff --git a/core/rend/sorter.cpp b/core/rend/sorter.cpp index ea122caa5..c4999d662 100644 --- a/core/rend/sorter.cpp +++ b/core/rend/sorter.cpp @@ -208,7 +208,7 @@ void GenSorted(int first, int count, vector& pidx_sort, vecto pidx_sort.clear(); - if (pvrrc.verts.used() == 0 || count <= 1) + if (pvrrc.verts.used() == 0) return; const Vertex *vtx_base = pvrrc.verts.head();