X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=demo.cpp;h=f5434cc1dd5d40f293bd9b9ec2d5c21534e9b812;hp=99fec55470cf31d7690ce9a372f58ec6f7b71a95;hb=5614a34b00bbcfdb3d0f5a7dc1fc4205e7088cdf;hpb=29072985d0a00a53e5b578a1444cee61a0c9e1f2 diff --git a/demo.cpp b/demo.cpp index 99fec55..f5434cc 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("."); printf("GPU texture subpixel precision: about %.1f bits\n", log2(1.0f / movit_texel_subpixel_precision));