From c01c55e1bd4948a286e450aec9ec41ad7c6972ee Mon Sep 17 00:00:00 2001 From: damdoum Date: Tue, 23 Jan 2007 20:37:15 +0000 Subject: [PATCH] typo --- desmume/src/GPU.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/GPU.c b/desmume/src/GPU.c index cbee39079..b76b7c7a4 100644 --- a/desmume/src/GPU.c +++ b/desmume/src/GPU.c @@ -856,7 +856,7 @@ void rot_tiled_8bit_entry(GPU * gpu, int num, s32 auxX, s32 auxY, int lg, u8 * d palette_entry = tile[(tileindex<<6)+(y<<3)+x]; color = T1ReadWord(pal, palette_entry << 1); if (palette_entry) - renderline_setFinalColor(gpu,0,num,dst, color,i,X); + renderline_setFinalColor(gpu,0,num,dst, color,auxX,auxY); } void rot_tiled_16bit_entry(GPU * gpu, int num, s32 auxX, s32 auxY, int lg, u8 * dst, u8 * map, u8 * tile, u8 * pal, int i, u16 H) {