You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
@@ -84,7 +84,7 @@ class GradientEditorPlugin : public EditorPlugin {
|
||||
public:
|
||||
virtual String get_name() const override { return "Gradient"; }
|
||||
|
||||
GradientEditorPlugin(EditorNode *p_node);
|
||||
GradientEditorPlugin();
|
||||
};
|
||||
|
||||
#endif // GRADIENT_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user