summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/model3.c')
-rw-r--r--src/mame/video/model3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/model3.c b/src/mame/video/model3.c
index be61ee1c91a..ac962c9db5d 100644
--- a/src/mame/video/model3.c
+++ b/src/mame/video/model3.c
@@ -1249,10 +1249,10 @@ static void draw_model(UINT32 addr)
if( (header[6] & 0x800000) && (!(header[1] & 0x0010)) ) {
if(sn[0]*clip_vert[0].x + sn[1]*clip_vert[0].y + sn[2]*clip_vert[0].pz >0)
back_face = 1;
- else
+ else
back_face = 0;
}
- else
+ else
back_face = 0; //no culling for transparent or two-sided polygons
if(!back_face) {