Merge pull request #36427 from nekomatata/scene-thumbnail-flipped

Fixed flipped scene preview thumbnail
This commit is contained in:
Rémi Verschelde 2020-04-28 21:59:12 +02:00 committed by GitHub
commit 75e4ccc00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1195,8 +1195,6 @@ void EditorNode::_save_scene_with_preview(String p_file, int p_idx) {
} }
img->convert(Image::FORMAT_RGB8); img->convert(Image::FORMAT_RGB8);
img->flip_y();
//save thumbnail directly, as thumbnailer may not update due to actual scene not changing md5 //save thumbnail directly, as thumbnailer may not update due to actual scene not changing md5
String temp_path = EditorSettings::get_singleton()->get_cache_dir(); String temp_path = EditorSettings::get_singleton()->get_cache_dir();
String cache_base = ProjectSettings::get_singleton()->globalize_path(p_file).md5_text(); String cache_base = ProjectSettings::get_singleton()->globalize_path(p_file).md5_text();