1
Graphics / Re: SFML2: myMutex crash
« on: July 19, 2012, 11:15:47 pm »
Sorry to dig this one year old topic but I also crashed at exit because of the defaultFont problem. I had to replace all my sf::Text by pointers. I'm pretty sure that's not the intended behaviour. Hope it will be fixed or annouced in the tutorials at least. I had it with both SFML 2 RC and a dev snapshot of SFML 2 RC. Anyway thank you for this API and keep up the good work Laurent.
tl;dr: this issue is still open ; use sf::Text * text instead of sf::Text text
tl;dr: this issue is still open ; use sf::Text * text instead of sf::Text text