aboutsummaryrefslogtreecommitdiff
path: root/tests/sdl_ogl_defaultMatrixMode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sdl_ogl_defaultMatrixMode.c')
-rw-r--r--tests/sdl_ogl_defaultMatrixMode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_ogl_defaultMatrixMode.c b/tests/sdl_ogl_defaultMatrixMode.c
index eec2a831..6044f1ab 100644
--- a/tests/sdl_ogl_defaultMatrixMode.c
+++ b/tests/sdl_ogl_defaultMatrixMode.c
@@ -158,7 +158,7 @@ int main(int argc, char *argv[])
SDL_GL_SwapBuffers();
-#if !EMSCRIPTEN
+#ifndef __EMSCRIPTEN__
// Wait for 3 seconds to give us a chance to see the image
SDL_Delay(3000);
#endif