Fix round preview getting square on "run scene" (issue 16734)
This commit is contained in:
parent
3d03bcd063
commit
899f7b125e
3 changed files with 4 additions and 1 deletions
|
|
@ -983,6 +983,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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue