Hello everyone,
So i'm having a problem with the texture loading in my application.
The error:
None, just not loading also no error that it's not finding the file or anything
Some codes:
in Game.cpp
, mTexture()
mPlayer.setTexture(mTexture);
in void Game::render() (in Game.cpp)
mWindow.draw(mPlayer);
In Game.hpp
sf::Texture mTexture;
Kind Regards,
Santa-Claus,