Hi,

I have a 256x256 texture with 32x32 patterns for a total of 64 patterns (8 per row, of 8 rows).

Right/Bottom Edge Pattern numbers :

(X : 8,16,24,32,40,48,56,64)
(Y : 57,58,59,60,61,62,63,64)

All other patterns render full 32x32 tiles, yet if I render any X pattern from above I get a black line on the right edge of the tile, and if I render any Y pattern, I get a black line on the bottom. Pattern 64 renders both the right black line, and the bottom black line.

Any ideas?