1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"

This commit is contained in:
Aaron Franke
2020-07-22 18:39:21 -04:00
parent 5dddf4377a
commit 5ef62e546f
8 changed files with 58 additions and 58 deletions

View File

@@ -630,7 +630,7 @@ Ref<EditorNode3DGizmo> Path3DGizmoPlugin::create_gizmo(Node3D *p_spatial) {
return ref;
}
String Path3DGizmoPlugin::get_name() const {
String Path3DGizmoPlugin::get_gizmo_name() const {
return "Path3D";
}