changeset 33:81a7158fa836

Silly bug fix from Billy Biggs
author Sam Lantinga <slouken@lokigames.com>
date Tue, 22 May 2001 05:06:50 +0000
parents 13ae3bc6e39a
children 27cb016592f9
files src/video/windx5/SDL_dx5yuv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/windx5/SDL_dx5yuv.c	Tue May 22 05:05:16 2001 +0000
+++ b/src/video/windx5/SDL_dx5yuv.c	Tue May 22 05:06:50 2001 +0000
@@ -191,6 +191,7 @@
 	    case SDL_YV12_OVERLAY:
 	    case SDL_IYUV_OVERLAY:
 		overlay->planes = 3;
+		break;
 	    default:
 		overlay->planes = 1;
 		break;