changeset 3977:722db1bd733c SDL-1.2

Oops, 512x512 in 16 bit mode
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Jun 2007 14:58:22 +0000
parents 8582c6a5ca16
children b966761fef6c
files src/video/nds/SDL_ndsvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/nds/SDL_ndsvideo.c	Mon Jun 25 00:50:20 2007 +0000
+++ b/src/video/nds/SDL_ndsvideo.c	Mon Jun 25 14:58:22 2007 +0000
@@ -331,7 +331,7 @@
 	if(bpp==8)
 		current->pitch =1024;
 	else
-		current->pitch =1024*2;
+		current->pitch =512*2;
 
 	/* We're done */
 	return(current);