Oops, re->surface, not re->surface->pixels.

SVN revision: 31834
This commit is contained in:
Gustavo Sverzut Barbieri 2007-09-28 12:50:52 +00:00
parent 7a7607d656
commit 64f0ccb945
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ _sdl_output_setup (int w, int h, int fullscreen, int noframe, int alpha, int hw
exit(-1);
}
SDL_FillRect(re->surface->pixels, NULL, 0);
SDL_FillRect(re->surface, NULL, 0);
re->alpha = alpha;
re->hwsurface = hwsurface;