You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
@@ -774,7 +774,7 @@ void EditorInspectorPluginCurve::parse_begin(Object *p_object) {
|
||||
add_custom_control(editor);
|
||||
}
|
||||
|
||||
CurveEditorPlugin::CurveEditorPlugin(EditorNode *p_node) {
|
||||
CurveEditorPlugin::CurveEditorPlugin() {
|
||||
Ref<EditorInspectorPluginCurve> curve_plugin;
|
||||
curve_plugin.instantiate();
|
||||
EditorInspector::add_inspector_plugin(curve_plugin);
|
||||
|
||||
Reference in New Issue
Block a user