diff options
Diffstat (limited to 'tests/sdl_canvas_palette_2.c')
-rw-r--r-- | tests/sdl_canvas_palette_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_canvas_palette_2.c b/tests/sdl_canvas_palette_2.c index db051b2b..db9c3207 100644 --- a/tests/sdl_canvas_palette_2.c +++ b/tests/sdl_canvas_palette_2.c @@ -68,7 +68,7 @@ int main() { //Animation printf("you should see red gradient animation\n"); - emscripten_set_main_loop(animatePalette, 0); + emscripten_set_main_loop(animatePalette, 0, 1); SDL_Quit(); |