UpdateRects - call flip. is this sufficient?

This commit is contained in:
dborth 2009-07-01 19:44:17 +00:00
parent 22d0644b0c
commit c79279fc2a

View file

@ -583,7 +583,7 @@ static int WII_FlipHWSurface(_THIS, SDL_Surface *surface)
static void WII_UpdateRects(_THIS, int numrects, SDL_Rect *rects)
{
WII_FlipHWSurface(_THIS, _THIS->screen);
}
int WII_SetColors(_THIS, int first_color, int color_count, SDL_Color *colors)