1
Graphics / Re: sf::Shape rendering seems to break sf::Text rendering (2.0RC)
« on: January 02, 2013, 10:40:44 am »
Hi I'm new here, sorry if this post is a little late!
I briefly read through this thread and wanted to share my alternate temporary fix (that has almost no impact on performance I hope)
I noticed that only the first sf::Text that is drawn will be blocky, so I just fixed it by adding another sf::Text (set to position -100, -100) and draw it before all others.
I hope it works for you too!
I briefly read through this thread and wanted to share my alternate temporary fix (that has almost no impact on performance I hope)
I noticed that only the first sf::Text that is drawn will be blocky, so I just fixed it by adding another sf::Text (set to position -100, -100) and draw it before all others.
I hope it works for you too!