X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytmpl.h;h=0f50b7d68c5168ad276dd5b1386e41448dcf9bc2;hp=11ce0faa612e3036667ad1a11a2e7848845aa03c;hb=d956a9d9273eebfacfda58cb3bafff017269d5dc;hpb=5f36e95f19ad8d7a5a1dd546ffeb54ce95d51749 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);