You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
UX and stability improvements for Path3D node
This commit is contained in:
committed by
GreenCrowDev
parent
fe01776f05
commit
5c83d14698
@@ -7789,6 +7789,10 @@ Vector<int> Node3DEditor::get_subgizmo_selection() {
|
||||
return ret;
|
||||
}
|
||||
|
||||
void Node3DEditor::clear_subgizmo_selection(Object *p_obj) {
|
||||
_clear_subgizmo_selection(p_obj);
|
||||
}
|
||||
|
||||
void Node3DEditor::add_control_to_menu_panel(Control *p_control) {
|
||||
ERR_FAIL_NULL(p_control);
|
||||
ERR_FAIL_COND(p_control->get_parent());
|
||||
|
||||
Reference in New Issue
Block a user