diff --git a/Scripts/Dialogs/ExportSprites.gd b/Scripts/Dialogs/ExportSprites.gd index 15dfc2f34..279461c43 100644 --- a/Scripts/Dialogs/ExportSprites.gd +++ b/Scripts/Dialogs/ExportSprites.gd @@ -143,6 +143,7 @@ func save_spritesheet() -> void: layer[0].lock() if resize != 100: + whole_image.unlock() whole_image.resize(width * resize / 100, height * resize / 100, interpolation) var err = whole_image.save_png(current_export_path) if err != OK: