diff options
Diffstat (limited to 'tests/cubegeom_glew.c')
-rw-r--r-- | tests/cubegeom_glew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cubegeom_glew.c b/tests/cubegeom_glew.c index 210e1c60..96f401c6 100644 --- a/tests/cubegeom_glew.c +++ b/tests/cubegeom_glew.c @@ -287,7 +287,7 @@ int main(int argc, char *argv[]) SDL_GL_SwapBuffers(); -#if !EMSCRIPTEN +#ifndef __EMSCRIPTEN__ SDL_Delay(1500); #endif |