X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytmpl.h;h=0f50b7d68c5168ad276dd5b1386e41448dcf9bc2;hp=11ce0faa612e3036667ad1a11a2e7848845aa03c;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 diff --git a/src/polytmpl.h b/src/polytmpl.h index 11ce0fa..0f50b7d 100644 --- a/src/polytmpl.h +++ b/src/polytmpl.h @@ -162,10 +162,10 @@ void POLYFILL(struct pvertex *pv, int nverts) uint32_t res, tmp; if(winding < 0) { - // clockwise + /* clockwise */ edge = y0 > y1 ? left : right; } else { - // counter-clockwise + /* counter-clockwise */ edge = y0 > y1 ? right : left; } res = SCANEDGE(pv + i, pv + next, edge);