Hi
When I clear my render window, I want to fill it with a colour to do some kind of effects. I leave a portion of my background image transparent, so when I set the colour of the render Clear, I should see the colour I set.
But, it's not working
Every frame, I do this:
myWindow.Clear(sf::Color::Green);
I see the green when I open the window first of all and clear it, but after this, it's just black! I have check my graphics and they are all OK. I am using 32 bit PNGs.
Any ideas??