Cleanup: Fix wrong comment of breadcrumb tree path

The breadcrumb of tree path in node editor is displayed on the top of the editor.

Reviewed by: PratikPB2123

Diff: https://developer.blender.org/D14994
This commit is contained in:
Jun Mizutani 2022-10-14 19:19:47 +05:30 committed by Pratik Borhade
parent 84d70de25a
commit f940ecde7a
1 changed files with 1 additions and 1 deletions

View File

@ -3011,7 +3011,7 @@ static void node_draw_nodetree(const bContext &C,
}
}
/* Draw the breadcrumb on the bottom of the editor. */
/* Draw the breadcrumb on the top of the editor. */
static void draw_tree_path(const bContext &C, ARegion &region)
{
using namespace blender;