I have a simple animated sprite. When animated, depending on the position of the camera, the rendered sprite displays bits of adjacent frames, although the boundaries are well defined. Something like this, with the rendered sprite on the left:
As you can see, there is a bit of another frame on the bottom, a white/blue dotted line from the frame adjacent to the displayed one.
Is there something to be done about this, other than adding a one pixel space between all my frames one the picture the frames are imported from?