You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
doc: Update classref with node renames
A few extra renames for classes which were missed in last week's PRs.
This commit is contained in:
@@ -637,7 +637,7 @@ Ref<EditorNode3DGizmo> PathNode3DGizmoPlugin::create_gizmo(Node3D *p_spatial) {
|
||||
}
|
||||
|
||||
String PathNode3DGizmoPlugin::get_name() const {
|
||||
return "Path";
|
||||
return "Path3D";
|
||||
}
|
||||
|
||||
int PathNode3DGizmoPlugin::get_priority() const {
|
||||
|
||||
Reference in New Issue
Block a user