namcos23: Push the zclip a little to avoid poly.c issues for now. [O. Galibert]

This commit is contained in:
Olivier Galibert 2010-04-04 11:01:40 +00:00
parent b6eb23c7bc
commit a032c146f6

View File

@ -2074,7 +2074,7 @@ static void render_one_model(running_machine *machine, const namcos23_render_ent
namcos23_poly_entry *p = render_polys + render_poly_count;
p->vertex_count = poly_zclip_if_less(ne, pv, p->pv, 4, 0.0001);
p->vertex_count = poly_zclip_if_less(ne, pv, p->pv, 4, 0.001);
if(p->vertex_count >= 3) {
for(int i=0; i<p->vertex_count; i++) {