summaryrefslogtreecommitdiffstats
path: root/editor/plugins/particles_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/particles_editor_plugin.h')
-rw-r--r--editor/plugins/particles_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h
index 622ce6e8a9..830d30d98f 100644
--- a/editor/plugins/particles_editor_plugin.h
+++ b/editor/plugins/particles_editor_plugin.h
@@ -43,6 +43,7 @@
class ParticlesEditorBase : public Control {
GDCLASS(ParticlesEditorBase, Control)
+
protected:
Spatial *base_node;
Panel *panel;