Skip to content

Commit

Permalink
Merge pull request #55439 from KoBeWi/random_programming_ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Nov 29, 2021
2 parents 0bf78fe + 820f7c9 commit eb5c2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/gui/rich_text_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int RichTextLabel::_process_line(ItemFrame *p_frame, const Vector2 &p_ofs, int &
if (align != ALIGN_FILL) \
wofs += line_ofs; \
} else { \
int used = wofs - margin; \
float used = wofs - margin; \
switch (align) { \
case ALIGN_LEFT: \
l.offset_caches.push_back(0); \
Expand Down

0 comments on commit eb5c2e1

Please sign in to comment.