You've already forked godot
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:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user