|
@@ -549,7 +549,7 @@ void TextRenderer::renderText( int x, int y, const char *txt, Bild &zRObj, std::
|
|
x = beginX;
|
|
x = beginX;
|
|
continue;
|
|
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 )
|
|
if( textLength( txt ) == cpos )
|
|
zRObj.drawLinieVAlpha( x, y, zh, cf );
|
|
zRObj.drawLinieVAlpha( x, y, zh, cf );
|