ShivaVG: fix call to shCopyPixels.

It is not used anyhow, but just in case...
This commit is contained in:
Thomas Geymayer
2014-06-21 13:09:29 +02:00
parent fc9f3abfbb
commit bd9fa7017f

View File

@@ -917,7 +917,7 @@ VG_API_CALL void vgGetImageSubData(VGImage image,
shCopyPixels(data, dataFormat, dataStride,
i->data, i->fd.vgformat, i->texwidth * i->fd.bytes,
width, height, i->width, i->height,
0,0,x,x,width,height);
0,0,x,y,width,height);
VG_RETURN(VG_NO_RETVAL);
#endif // SH_NO_IMAGE