Skip to content

Commit

Permalink
Fix msg_wrapped UTF8 conversion cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Jul 24, 2023
1 parent 9369e22 commit d7a719e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tp.cpp
Expand Up @@ -625,7 +625,8 @@ int FeTextPrimitive::getFirstLineHint() const

const char *FeTextPrimitive::getStringWrapped()
{
sf::String str;
static sf::String str;
str.clear();

for ( unsigned int i=0; i < m_texts.size(); i++ )
{
Expand Down

0 comments on commit d7a719e

Please sign in to comment.