Explorar o código

Fehler beim Text rendern behoben

Kolja Strohm %!s(int64=6) %!d(string=hai) anos
pai
achega
3feaef0cc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );