the clooser it comes the more unaccurat it becomes.
What does this
mean?
Heres the relevant code
I
really think you should read
this.
Also, it would be better if you put code inside
[code=cpp][/code] tags as it includes syntax formatting and is generally easier to read. See below...
if (!mPlayerTexture.loadFromFile("Media/Texture/eagle.png"))
{ }
Why do you test if loadFromFile() fails but then do nothing about it?