You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #17116 from poke1024/fix16734
Fix round preview getting square on "run scene" (issue 16734)
This commit is contained in:
@@ -984,6 +984,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