Fix pixelized previews, but also instances of breaking ImageTexture cache. Closes #25378.
This commit is contained in:
parent
b494de34aa
commit
a089061120
5 changed files with 13 additions and 1 deletions
|
|
@ -952,6 +952,9 @@ void EditorNode::_save_scene_with_preview(String p_file, int p_idx) {
|
|||
}
|
||||
|
||||
if (img.is_valid()) {
|
||||
|
||||
img = img->duplicate();
|
||||
|
||||
save.step(TTR("Creating Thumbnail"), 2);
|
||||
save.step(TTR("Creating Thumbnail"), 3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue