X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolyfill.c;h=1393cd200fc0b1b1906f51236cf229adb966d344;hp=8f6dbd2f9949b886c5e7baa5ba0504abadff2ad9;hb=e7220b01f07d1df5a45fe7c83608d4157881956a;hpb=a1ede8e271fee1b4d029752603096db2be780e67 diff --git a/src/polyfill.c b/src/polyfill.c index 8f6dbd2..1393cd2 100644 --- a/src/polyfill.c +++ b/src/polyfill.c @@ -67,7 +67,7 @@ void polyfill_wire(struct pvertex *verts, int nverts) * but produces some slight quantization artifacts, due to the limited precision * of fixed-point calculations. */ -#undef HIGH_QUALITY +#define HIGH_QUALITY /* extra bits of precision to use when interpolating colors. * try tweaking this if you notice strange quantization artifacts.