mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
parent
f5a27ee4fe
commit
05b56f316d
144 changed files with 568 additions and 714 deletions
|
|
@ -137,7 +137,7 @@ void EditorInspectorPluginGradient::_reverse_button_pressed() {
|
|||
editor->reverse_gradient();
|
||||
}
|
||||
|
||||
GradientEditorPlugin::GradientEditorPlugin(EditorNode *p_node) {
|
||||
GradientEditorPlugin::GradientEditorPlugin() {
|
||||
Ref<EditorInspectorPluginGradient> plugin;
|
||||
plugin.instantiate();
|
||||
add_inspector_plugin(plugin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue