Nevermind, fixed it.
Or not. I can't seem to turn on the antialiasing.
I'm setting up the window as follows:
sf::RenderWindow window(sf::VideoMode(1024,512),"Lights Test",sf::Style::Default,sf::ContextSettings(0,0,4,2,0));
But everything is still aliased.
Any idea on what am I doing wrong?