X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=init.cpp;h=aca85b9d404f152b8971230612c696dbc747a11e;hp=396cd8b68106d5855e88ff6f67ee46f6d982f9b3;hb=a80b859d6c8bb9ed1e7aa547d4a9972f1a041347;hpb=271fa61d1251144b5558555ec9873e9f24a13a70 diff --git a/init.cpp b/init.cpp index 396cd8b..aca85b9 100644 --- a/init.cpp +++ b/init.cpp @@ -289,6 +289,7 @@ void init_movit(const std::string& data_directory, MovitDebugLevel debug_level) // geez glPixelStorei(GL_PACK_ALIGNMENT, 1); glPixelStorei(GL_UNPACK_ALIGNMENT, 1); + glDisable(GL_DITHER); measure_texel_subpixel_precision(); measure_roundoff_problems();