You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Fix round preview getting square on "run scene" (issue 16734)
(cherry picked from commit 899f7b125e)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
7ad6a9aeea
commit
2f53325bed
@@ -975,6 +975,7 @@ void EditorNode::_save_scene_with_preview(String p_file, int p_idx) {
|
||||
|
||||
String file = cache_base + ".png";
|
||||
|
||||
post_process_preview(img);
|
||||
img->save_png(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user