X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=init.cpp;h=aca85b9d404f152b8971230612c696dbc747a11e;hb=88add60f9ee1049ebd39ef3e1903e2636bdac313;hp=396cd8b68106d5855e88ff6f67ee46f6d982f9b3;hpb=271fa61d1251144b5558555ec9873e9f24a13a70;p=movit 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();