Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Variable-ind committed Aug 3, 2023
1 parent f01526e commit 5745b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/SmartSlicer/Classes/RegionUnpacker.gd
Expand Up @@ -108,7 +108,6 @@ func sort_rects(rect_a: Rect2, rect_b: Rect2) -> bool:

func _estimate_rect(image: Image, position: Vector2) -> Rect2:
var cel_image := Image.new()
var bitmap = BitMap.new()
cel_image.copy_from(image)
cel_image.lock()
var small_rect: Rect2 = _flood_fill(position, cel_image)
Expand Down

0 comments on commit 5745b26

Please sign in to comment.