diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-01-03 00:38:16 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-03 00:38:16 -0300 |
| commit | 3fae505128d5bfdeec42244820d0b85d0408f2b7 (patch) | |
| tree | db2fb0036a0872bcfbc153eeb5447c53e0137369 /tools/editor/plugins/resource_preloader_editor_plugin.cpp | |
| parent | 118eed485e8f928a5a0dab530ae93211afa10525 (diff) | |
| download | redot-engine-3fae505128d5bfdeec42244820d0b85d0408f2b7.tar.gz | |
Begin modifying properties to make them more friendly to script and doc.
Diffstat (limited to 'tools/editor/plugins/resource_preloader_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/resource_preloader_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/resource_preloader_editor_plugin.cpp b/tools/editor/plugins/resource_preloader_editor_plugin.cpp index 4ccd2462dd..f664fccbc8 100644 --- a/tools/editor/plugins/resource_preloader_editor_plugin.cpp +++ b/tools/editor/plugins/resource_preloader_editor_plugin.cpp @@ -30,7 +30,7 @@ #include "io/resource_loader.h" #include "globals.h" #include "tools/editor/editor_settings.h" -#include "scene/resources/scene_preloader.h" + |
