diff --git a/basegraph.cpp b/basegraph.cpp index b40fe24b..3b622a15 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -1070,7 +1070,9 @@ void do_setfsize() { } void disable_vsync() { +#if !ISMOBWEB SDL_GL_SetAttribute( SDL_GL_SWAP_CONTROL, 0 ); +#endif } #if CAP_SDL