aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/particles_2d_editor_plugin.h
diff options
context:
space:
mode:
authorFranklin Sobrinho2016-03-14 16:05:20 -0300
committerFranklin Sobrinho2016-03-14 16:05:20 -0300
commit8d2a957e360bd66e02522a18161df8b35c0db0df (patch)
treee5906d2e5eec3d6cf2605d735a0024623d1034c4 /tools/editor/plugins/particles_2d_editor_plugin.h
parentbe4d58e1203ae35dab97b14f08098f50998d4201 (diff)
downloadgodot-8d2a957e360bd66e02522a18161df8b35c0db0df.tar.gz
godot-8d2a957e360bd66e02522a18161df8b35c0db0df.tar.zst
godot-8d2a957e360bd66e02522a18161df8b35c0db0df.zip
Fix file dialog, of Particles2D plugin, showing "Error" icons
Diffstat (limited to 'tools/editor/plugins/particles_2d_editor_plugin.h')
-rw-r--r--tools/editor/plugins/particles_2d_editor_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/plugins/particles_2d_editor_plugin.h b/tools/editor/plugins/particles_2d_editor_plugin.h
index f70a0e7b7..ce2056b48 100644
--- a/tools/editor/plugins/particles_2d_editor_plugin.h
+++ b/tools/editor/plugins/particles_2d_editor_plugin.h
@@ -33,7 +33,7 @@
#include "tools/editor/editor_node.h"
#include "scene/2d/collision_polygon_2d.h"
-#include "scene/gui/separator.h"
+#include "scene/gui/box_container.h"
#include "scene/gui/file_dialog.h"
#include "scene/2d/particles_2d.h"
@@ -47,14 +47,14 @@ class Particles2DEditorPlugin : public EditorPlugin {
MENU_CLEAR_EMISSION_MASK
};
+ Particles2D *particles;
EditorFileDialog *file;
EditorNode *editor;
+ HBoxContainer *toolbar;
MenuButton *menu;
- VSeparator *sep;
- Particles2D *particles;
SpinBox *epoints;
UndoRedo *undo_redo;