mirror of https://github.com/godotengine/godot
[RTL] Fix character effect offset.
This commit is contained in:
parent
b3a44e8d51
commit
88a719f291
|
|
@ -1222,7 +1222,7 @@ int RichTextLabel::_draw_line(ItemFrame *p_frame, int p_line, const Vector2 &p_o
|
||||||
custom_fx_ok = effect_status;
|
custom_fx_ok = effect_status;
|
||||||
|
|
||||||
char_xform = charfx->transform;
|
char_xform = charfx->transform;
|
||||||
fx_offset += charfx->offset;
|
fx_offset = charfx->offset;
|
||||||
font_color = charfx->color;
|
font_color = charfx->color;
|
||||||
frid = charfx->font;
|
frid = charfx->font;
|
||||||
gl = charfx->glyph_index;
|
gl = charfx->glyph_index;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue