diff --git a/src/UI/Canvas/Selection.gd b/src/UI/Canvas/Selection.gd index 749342921..c495a4319 100644 --- a/src/UI/Canvas/Selection.gd +++ b/src/UI/Canvas/Selection.gd @@ -770,7 +770,7 @@ func paste(in_place := false) -> void: camera_center.y = clampf(camera_center.y, 0, max_pos.y) else: camera_center.y = 0 - big_bounding_rectangle.position = camera_center.floor() + big_bounding_rectangle.position = Vector2i(camera_center.floor()) project.selection_map.move_bitmap_values(Global.current_project, false) big_bounding_rectangle = big_bounding_rectangle