mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
Fixed SDL_GL_SetSwapInterval() returning success on two unsupported platforms.
This commit is contained in:
@@ -141,7 +141,7 @@ int
|
||||
NACL_GLES_SetSwapInterval(_THIS, int interval)
|
||||
{
|
||||
/* STUB */
|
||||
return 0;
|
||||
return SDL_Unsupported();
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user