Browse Source

Fehler beim Text rendern behoben

Kolja Strohm 5 years ago
parent
commit
3feaef0cc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Schrift.cpp

+ 1 - 1
Schrift.cpp

@@ -549,7 +549,7 @@ void TextRenderer::renderText( int x, int y, const char *txt, Bild &zRObj, std::
             x = beginX;
             continue;
         }
-        renderChar( x, y, txt[ i ], zRObj, faerb, ff, f( x, y, i ) );
+        renderChar( x, y, txt[ i ], zRObj, f( x, y, i ), 0, faerb, ff );
     }
     if( textLength( txt ) == cpos )
         zRObj.drawLinieVAlpha( x, y, zh, cf );