You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
@@ -653,8 +653,7 @@ void TextControlEditorPlugin::make_visible(bool p_visible) {
|
||||
}
|
||||
}
|
||||
|
||||
TextControlEditorPlugin::TextControlEditorPlugin(EditorNode *p_node) {
|
||||
editor = p_node;
|
||||
TextControlEditorPlugin::TextControlEditorPlugin() {
|
||||
text_ctl_editor = memnew(TextControlEditor);
|
||||
CanvasItemEditor::get_singleton()->add_control_to_menu_panel(text_ctl_editor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user