summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2010-04-04 11:01:40 +0000
committer Olivier Galibert <galibert@pobox.com>2010-04-04 11:01:40 +0000
commita032c146f68d8ad49fd752414365a5bac0d51bfc (patch)
tree3a3aad41af22ff6333bc10fef8b1e5abbba8206b
parentb6eb23c7bc4a1cf9b977c30c1872a4b9f3a51d41 (diff)
namcos23: Push the zclip a little to avoid poly.c issues for now. [O. Galibert]
-rw-r--r--src/mame/drivers/namcos23.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcos23.c b/src/mame/drivers/namcos23.c
index 624ebf10e99..31158302fb9 100644
--- a/src/mame/drivers/namcos23.c
+++ b/src/mame/drivers/namcos23.c
@@ -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++) {