sort triangles even with 1 poly
fixes missing Naomi boot logo and vtennis2 black frame during replay
This commit is contained in:
parent
403d5d77d5
commit
b3e466afed
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue