X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fpolyfill.c;h=1393cd200fc0b1b1906f51236cf229adb966d344;hb=31878d7f28961f71c3ef708bbbf4095edda0d229;hp=8f6dbd2f9949b886c5e7baa5ba0504abadff2ad9;hpb=0165ec15f868a16a70b56ada2d42db0cb69ea193;p=dosdemo 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.