diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-02-19 23:19:30 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2017-02-19 23:21:35 -0300 |
| commit | f6950956bdab064cc1e027b93a0ddd0d94dda882 (patch) | |
| tree | 595f634ffbd8d5419c82500971e5c3ce2308d229 /tools/editor/property_editor.cpp | |
| parent | 5e3fc7d06956dcda8b50cd4f028c83cf967f7223 (diff) | |
| download | redot-engine-f6950956bdab064cc1e027b93a0ddd0d94dda882.tar.gz | |
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Diffstat (limited to 'tools/editor/property_editor.cpp')
| -rw-r--r-- | tools/editor/property_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index b1528460ea..9fc47b7da4 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -38,7 +38,7 @@ #include "pair.h" #include "scene/scene_string_names.h" #include "editor_settings.h" -#include "editor_import_export.h" +#include "editor_export.h" #include "editor_node.h" #include "multi_node_edit.h" #include "array_property_edit.h" |
