1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

-Fix problem of order of import plugins, closes #26340

-Ensure resource previewer does not start until first import is done
This commit is contained in:
Juan Linietsky
2019-02-27 13:31:11 -03:00
parent ce615c1a82
commit a5370b1b1b
5 changed files with 15 additions and 5 deletions

View File

@@ -531,6 +531,8 @@ void EditorNode::_sources_changed(bool p_exist) {
if (waiting_for_first_scan) {
EditorResourcePreview::get_singleton()->start(); //start previes now that it's safe
_load_docks();
if (defer_load_scene != "") {