From 5ef62e546f485e5f2798230dcfbea2b4ddecbe6e Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 22 Jul 2020 18:39:21 -0400 Subject: Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name" --- modules/csg/csg_gizmos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/csg/csg_gizmos.cpp') diff --git a/modules/csg/csg_gizmos.cpp b/modules/csg/csg_gizmos.cpp index cce72770f5..f8c05761bb 100644 --- a/modules/csg/csg_gizmos.cpp +++ b/modules/csg/csg_gizmos.cpp @@ -319,7 +319,7 @@ bool CSGShape3DGizmoPlugin::has_gizmo(Node3D *p_spatial) { return Object::cast_to(p_spatial) || Object::cast_to(p_spatial) || Object::cast_to(p_spatial) || Object::cast_to(p_spatial) || Object::cast_to(p_spatial) || Object::cast_to(p_spatial); } -String CSGShape3DGizmoPlugin::get_name() const { +String CSGShape3DGizmoPlugin::get_gizmo_name() const { return "CSGShape3D"; } -- cgit v1.2.3