Hi
I've got a strange bug where when I call "update" on a texture, with a pointer to my pixel buffer, then draw the texture, it displays correctly on the target window but *also* displays in stretched & smeared form on another window, positioned directly below the main (target) window.
It seems like a memory problem, or as if the update function is just running over the end of something....
Does anyone have any ideas??
Thanks
Ed