You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix pixelized previews, but also instances of breaking ImageTexture cache. Closes #25378.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user