Hey guys,
Just learning SFML, have a question about how to load a sprite.
Actually, I can load the image just fine and display it. But it seems like it's making the image slightly smaller (resampling it) when it displays it:
Do I need to set the scale of a sprite when I load it? Here's what my code looks like:
Thanks!