X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=init.cpp;h=b8b3cb4e884de457e57acc854b6ba0c593426df5;hp=e0302d378a416421f97c8ceb158d52ad3f7d5d2d;hb=22c2b8fb28b152664d5ad6fe7420e1e37904bf95;hpb=49ef2523611e215b327cd26f7bf698d1516edd46 diff --git a/init.cpp b/init.cpp index e0302d3..b8b3cb4 100644 --- a/init.cpp +++ b/init.cpp @@ -18,7 +18,7 @@ namespace { void measure_texel_subpixel_precision() { - static const unsigned width = 1024; + static const unsigned width = 4096; // Generate a destination texture to render to, and an FBO. GLuint dst_texnum, fbo;