0 Members and 1 Guest are viewing this topic.
while(App.IsOpened()){ App.Display();}
You need to refresh it, because other windows may overlap yours and invalidate its contents.But if you want to display a single static image, SFML is probably the wrong choice. It's made for real-time, dynamic stuff.