Skip to content

Commit ea313fa

Browse files
committed
Fix
1 parent 58f29c9 commit ea313fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/scene/3d/node_3d_editor_gizmos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ void EditorNode3DGizmo::_bind_methods() {
863863
ClassDB::bind_method(D_METHOD("set_hidden", "hidden"), &EditorNode3DGizmo::set_hidden);
864864
ClassDB::bind_method(D_METHOD("is_subgizmo_selected", "id"), &EditorNode3DGizmo::is_subgizmo_selected);
865865
ClassDB::bind_method(D_METHOD("get_subgizmo_selection"), &EditorNode3DGizmo::get_subgizmo_selection);
866+
ClassDB::bind_method(D_METHOD("is_selected"), &EditorNode3DGizmo::is_selected);
866867

867868
GDVIRTUAL_BIND(_redraw);
868869
GDVIRTUAL_BIND(_get_handle_name, "id", "secondary");
@@ -1078,7 +1079,6 @@ void EditorNode3DGizmoPlugin::_bind_methods() {
10781079
ClassDB::bind_method(D_METHOD("add_material", "name", "material"), &EditorNode3DGizmoPlugin::add_material);
10791080

10801081
ClassDB::bind_method(D_METHOD("get_material", "name", "gizmo"), &EditorNode3DGizmoPlugin::get_material, DEFVAL(Ref<EditorNode3DGizmo>()));
1081-
ClassDB::bind_method(D_METHOD("is_selected"), &EditorNode3DGizmoPlugin::is_selected);
10821082

10831083
GDVIRTUAL_BIND(_has_gizmo, "for_node_3d");
10841084
GDVIRTUAL_BIND(_create_gizmo, "for_node_3d");

0 commit comments

Comments
 (0)