Merge pull request #101532 from bruvzg/rtl_fix_fx_offset
[RTL] Fix character effect offset.
This commit is contained in:
commit
1ca03add30
1 changed files with 1 additions and 1 deletions
|
|
@ -1222,7 +1222,7 @@ int RichTextLabel::_draw_line(ItemFrame *p_frame, int p_line, const Vector2 &p_o
|
|||
custom_fx_ok = effect_status;
|
||||
|
||||
char_xform = charfx->transform;
|
||||
fx_offset += charfx->offset;
|
||||
fx_offset = charfx->offset;
|
||||
font_color = charfx->color;
|
||||
frid = charfx->font;
|
||||
gl = charfx->glyph_index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue