mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
@@ -117,7 +117,7 @@ void EditorInspectorPluginInputEvent::parse_begin(Object *p_object) {
|
||||
add_custom_control(picker_controls);
|
||||
}
|
||||
|
||||
InputEventEditorPlugin::InputEventEditorPlugin(EditorNode *p_node) {
|
||||
InputEventEditorPlugin::InputEventEditorPlugin() {
|
||||
Ref<EditorInspectorPluginInputEvent> plugin;
|
||||
plugin.instantiate();
|
||||
add_inspector_plugin(plugin);
|
||||
|
||||
Reference in New Issue
Block a user