bgimage=pyglet.image.create(width,height)
bgimage.texture.blit_into(tile,x,y,0)
> --
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.524 / Virus Database: 269.23.3/1392 - Release Date:
> 22/04/2008 15:51
>
>
That looks like a bug, would you mind providing a complete test case?
(To directly create a texture, use pyglet.image.Texture.create(width,
height) [requires pyglet 1.1]).
Alex.