sort triangles even with 1 poly

fixes missing Naomi boot logo and vtennis2 black frame during replay
This commit is contained in:
Flyinghead 2020-03-30 18:48:06 +02:00
parent 403d5d77d5
commit b3e466afed
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void GenSorted(int first, int count, vector<SortTrigDrawParam>& 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();