Jelajahi Sumber

Fehler beim Text rendern behoben

Kolja Strohm 6 tahun lalu
induk
melakukan
3feaef0cc8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 );