diff --git a/src/render/Font.cpp b/src/render/Font.cpp index 2c2f2115..a3ead932 100644 --- a/src/render/Font.cpp +++ b/src/render/Font.cpp @@ -1069,9 +1069,6 @@ CFont::GetNextSpace(wchar *s) if(*s == '~'){ s++; while(*s != '~') s++; - s++; - if(*s == ' ') - break; } } return s;