I have a std::map of objects which contain an sf::Font and sf::Text instance.
When I display a string, the very first time it is displayed, it's displayed on a massive scale and corrupts the rest of the window. I have debugged it and can see nothing wrong. All data in the sf::Text object is exactly correct (i.e. the scale is not some crazy value).
There appears to be some other garbage displayed at the same time, a portion of which I can see in the top left of my window.
Has anyone else seen this?