Ignore depth func for autosort TR polys.
This was a remain of the previous Always depth hack.
This commit is contained in:
parent
3cac9134ce
commit
a89ff1e432
|
@ -610,7 +610,7 @@ void GenSorted(int first, int count)
|
|||
{
|
||||
fill_id(lst[pfsti].id,v0,v1,v2,vtx_base);
|
||||
lst[pfsti].pid= ppid ;
|
||||
lst[pfsti].z = pp->isp.DepthMode == 7 ? 10000000.0 : minZ(vtx_base,lst[pfsti].id);
|
||||
lst[pfsti].z = minZ(vtx_base,lst[pfsti].id);
|
||||
pfsti++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue