Skip to content

Commit

Permalink
Remove _process_line from RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSa1002 committed Jun 6, 2020
1 parent 8b09198 commit 3a23f7f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 743 deletions.
2 changes: 1 addition & 1 deletion scene/gui/bbcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ bool BbCodeParser::_parse_image(ItemImage *img) {
}

if (p_mode == ProcessMode::PROCESS_DRAW && visible) {
img->image->draw_rect(ci, Rect2(p_ofs + Point2(align_ofs + wofs, p_height + lh - font->get_descent() - img->size.height), img->size));
img->image->draw_rect(ci, Rect2(p_ofs + Point2(align_ofs + wofs, p_height + lh - font->get_descent() - img->size.height), img->size), false, img->color);
}
p_char_count++;

Expand Down
Loading

0 comments on commit 3a23f7f

Please sign in to comment.