Skip to content

Commit

Permalink
Merge pull request #55377 from RedHeadphone/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Nov 29, 2021
2 parents e4a7ee0 + 8a6c6d5 commit 9c116fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/texture_progress_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ void TextureProgressBar::_notification(int p_what) {
}

p *= get_relative_center();
p += progress_offset;
p = p.floor();
draw_line(p - Point2(8, 0), p + Point2(8, 0), Color(0.9, 0.5, 0.5), 2);
draw_line(p - Point2(0, 8), p + Point2(0, 8), Color(0.9, 0.5, 0.5), 2);
Expand Down

0 comments on commit 9c116fc

Please sign in to comment.