Ignore depth func for autosort TR polys.

This was a remain of the previous Always depth hack.
This commit is contained in:
Flyinghead 2018-07-07 08:46:29 +02:00
parent 3cac9134ce
commit a89ff1e432
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}