X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=demo.cpp;h=02c923c4dba60c6a814ca9a990e56b270705e4eb;hp=f5434cc1dd5d40f293bd9b9ec2d5c21534e9b812;hb=49ef2523611e215b327cd26f7bf698d1516edd46;hpb=d7730c1a3f55337a5eda502862b624181bfc97d2 diff --git a/demo.cpp b/demo.cpp index f5434cc..02c923c 100644 --- a/demo.cpp +++ b/demo.cpp @@ -155,7 +155,7 @@ int main(int argc, char **argv) SDL_SetVideoMode(WIDTH, HEIGHT, 0, SDL_OPENGL); SDL_WM_SetCaption("OpenGL window", NULL); - init_movit("."); + init_movit(".", MOVIT_DEBUG_ON); printf("GPU texture subpixel precision: about %.1f bits\n", log2(1.0f / movit_texel_subpixel_precision));