1
0

Arreglado getpixel

Arreglada la cabecera de fichero williams.gif
This commit is contained in:
2024-02-05 22:35:22 +01:00
parent 0249603e22
commit f061f473ce
2 changed files with 1 additions and 1 deletions

View File

@@ -159,5 +159,5 @@ void jPutPixel(int x, int y, Uint8 color)
Uint8 jGetPixel(int x, int y)
{
return jDestSurf->data[x + y * jDestSurf->w];
return jSourceSurf->data[x + y * jSourceSurf->w];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB