diff --git a/src/Autoload/Global.gd b/src/Autoload/Global.gd index a4b6ac133..b949bdbb3 100644 --- a/src/Autoload/Global.gd +++ b/src/Autoload/Global.gd @@ -620,7 +620,9 @@ func convert_dictionary_values(dict: Dictionary) -> void: dict[key] = str2var("Vector3" + dict[key]) -func undo_redo_compress_images(redo_data: Dictionary, undo_data: Dictionary, project := current_project) -> void: +func undo_redo_compress_images( + redo_data: Dictionary, undo_data: Dictionary, project := current_project +) -> void: for image in redo_data: if not image is Image: continue @@ -652,7 +654,6 @@ func undo_redo_draw_op( image.data["data"] = decompressed - ## Used by the Move tool for undo/redo, moves all of the Images in the images array ## by diff pixels. func undo_redo_move(diff: Vector2, images: Array) -> void: