Преглед на файлове

Stop preview generator before reimporting resources with different type.

Juan Linietsky преди 6 години
родител
ревизия
b0758b2d73
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      editor/import_dock.cpp

+ 1 - 0
editor/import_dock.cpp

@@ -424,6 +424,7 @@ void ImportDock::_reimport_attempt() {
 void ImportDock::_reimport_and_restart() {
 
 	EditorNode::get_singleton()->save_all_scenes();
+	EditorResourcePreview::get_singleton()->stop(); //dont try to re-create previews
 	_reimport();
 	EditorNode::get_singleton()->restart_editor();
 }