SFML community forums

Help => Graphics => Topic started by: OniLinkPlus on January 20, 2010, 11:08:41 pm

Title: Multithreading Error with Rendering
Post by: OniLinkPlus on January 20, 2010, 11:08:41 pm
I have a separate Thread from Main. It has an sf::Context. It renders just fine normally, but when I switch Windows, then switch back, it fails to activate the Window's Context. So, if the window goes inactive even once, the context goes screwy. Should I be calling SetActive?
Title: Multithreading Error with Rendering
Post by: Laurent on January 20, 2010, 11:37:41 pm
Can you show a minimal and complete example that reproduces the problem?