Arreglado getpixel
Arreglada la cabecera de fichero williams.gif
This commit is contained in:
@@ -159,5 +159,5 @@ void jPutPixel(int x, int y, Uint8 color)
|
|||||||
|
|
||||||
Uint8 jGetPixel(int x, int y)
|
Uint8 jGetPixel(int x, int y)
|
||||||
{
|
{
|
||||||
return jDestSurf->data[x + y * jDestSurf->w];
|
return jSourceSurf->data[x + y * jSourceSurf->w];
|
||||||
}
|
}
|
||||||
BIN
williams.gif
BIN
williams.gif
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user