SFML community forums

Help => Graphics => Topic started by: efeX on June 22, 2009, 05:09:37 am

Title: Sprite "blurs" when moved?
Post by: efeX on June 22, 2009, 05:09:37 am
I noticed when I move a sf::Sprite by using sprite.move it blurs when it moves.. Why?
Title: Sprite "blurs" when moved?
Post by: Laurent on June 22, 2009, 07:42:56 am
Hi

Can you show a minimal and complete example that reproduces the problem?
Title: Sprite "blurs" when moved?
Post by: efeX on June 22, 2009, 08:34:09 am
Well, it's in my game, which is quite too big to post :P

But i even tried with the displaying a sprite tutorial, same thing :?
Title: Sprite "blurs" when moved?
Post by: Nexus on June 22, 2009, 08:46:21 pm
How is it exactly blurring? Could you post two screenshots, one of the status quo and one as you would expect it?

sf::Image::SetSmooth() isn't the problem, is it?