From c79279fc2adac766528b1add8f817212fac79dc4 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 1 Jul 2009 19:44:17 +0000 Subject: [PATCH] UpdateRects - call flip. is this sufficient? --- SDL/src/video/wii/SDL_wiivideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/src/video/wii/SDL_wiivideo.c b/SDL/src/video/wii/SDL_wiivideo.c index cde8a69..0d1f631 100644 --- a/SDL/src/video/wii/SDL_wiivideo.c +++ b/SDL/src/video/wii/SDL_wiivideo.c @@ -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)