Hmm just a side question, when i try to create an image i get these errors 7 times on different rows:
An internal OpenGL call failed in image.cpp (448) : GL_INVALID_OPERATION, the specified operation is not allowed in the current state
The Code:
sf::image world_image;
world_image.Create( xSize, ySize, sf::Color( 255,0,0 ) );