rend.c: Fix __imlib_generic_render() when jump != 0

Patch by the_third.

https://phab.enlightenment.org/T8799
This commit is contained in:
Kim Woelders 2020-12-06 13:51:40 +01:00
parent 92d3153fee
commit 9219b2c6a3
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ __imlib_generic_render(DATA32 * src, int jump, int w, int h, int dx, int dy,
XPutPixel(xim, x, y, val);
src++;
}
src += jump;
}
}