diff options
author | Gilles Roudiere <gilles.roudiere@gmail.com> | 2017-10-01 21:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-01 21:32:42 +0200 |
commit | 6c25c42c7752357ce20ad21b4207ab81a6390e9c (patch) | |
tree | 4d1acb49cc9d30a6a2b53f059a5c5d036d0f60e4 /editor | |
parent | 6af38d119eb80e8ae69c0b5c72c9cd2f8c2e347a (diff) | |
parent | 24249a2c4d2d935aa8bdb489f7e208e7f8e322c3 (diff) |
Merge pull request #11755 from gabrielformiga/fix-draw-bones
Fix bone draw on viewport
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index ff0069efa5..0de36df94a 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -2704,6 +2704,7 @@ void CanvasItemEditor::_draw_viewport() { over_plugin_list->forward_draw_over_canvas(transform, viewport); } _draw_focus(); + _draw_bones(); } void CanvasItemEditor::_notification(int p_what) { |