I'm a new SFML user and i'm using it to complete a final project for a programming class I'm taking.
I'm having an issue which I think is the result of screen or image tearing but I'm not sure. I've attached an image of the the game I'm working on using some Megaman X sprites. You'll notice some black rectangles extending to the right of the sprite, and part of the bottom of his foot is cut off.
I've tried using Vsync, limiting framerate, and setting all my textures to setSmooth(false). Any help would be much appreciated. I can upload more example images as well if necessary, as well as any source code excerpts anyone would think are relevant.