diff options
| author | Franklin Sobrinho | 2016-03-14 16:05:20 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2016-03-14 16:05:20 -0300 |
| commit | 8d2a957e360bd66e02522a18161df8b35c0db0df (patch) | |
| tree | e5906d2e5eec3d6cf2605d735a0024623d1034c4 /tools/editor/plugins/particles_2d_editor_plugin.h | |
| parent | be4d58e1203ae35dab97b14f08098f50998d4201 (diff) | |
| download | godot-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.h | 6 |
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; |
