Skip to content

Commit

Permalink
Silly bug fix from Billy Biggs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed May 22, 2001
1 parent 71d8902 commit 652b66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/windx5/SDL_dx5yuv.c
Expand Up @@ -191,6 +191,7 @@ SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, S
case SDL_YV12_OVERLAY:
case SDL_IYUV_OVERLAY:
overlay->planes = 3;
break;
default:
overlay->planes = 1;
break;
Expand Down

0 comments on commit 652b66d

Please sign in to comment.