diff options
Diffstat (limited to 'src/video/SDL_surface.c')
-rw-r--r-- | src/video/SDL_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/SDL_surface.c b/src/video/SDL_surface.c index 460d53bc38..9b144cb96d 100644 --- a/src/video/SDL_surface.c +++ b/src/video/SDL_surface.c @@ -963,7 +963,7 @@ SDL_CreateSurfaceOnStack(int width, int height, Uint32 pixel_format, surface->h = height; surface->pitch = pitch; /* We don't actually need to set up the clip rect for our purposes */ - /*SDL_SetClipRect(surface, NULL);*/ + /*SDL_SetClipRect(surface, NULL); */ /* Allocate an empty mapping */ SDL_zerop(blitmap); |