Make Camera3D gizmo clickable
This commit is contained in:
parent
11e1bac768
commit
ca9063fe4e
1 changed files with 1 additions and 0 deletions
|
@ -1937,6 +1937,7 @@ void Camera3DGizmoPlugin::redraw(EditorNode3DGizmo *p_gizmo) {
|
||||||
#undef ADD_QUAD
|
#undef ADD_QUAD
|
||||||
|
|
||||||
p_gizmo->add_lines(lines, material);
|
p_gizmo->add_lines(lines, material);
|
||||||
|
p_gizmo->add_collision_segments(lines);
|
||||||
p_gizmo->add_handles(handles, get_material("handles"));
|
p_gizmo->add_handles(handles, get_material("handles"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue