1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-12 16:53:07 +00:00

Update SelectionMap.gd

This commit is contained in:
NIyue 2024-11-21 22:03:27 +08:00 committed by GitHub
parent 6c37c68acf
commit 0e53f7ed67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ func resize_bitmap_values(
else ellipse_select[i + 1].x else ellipse_select[i + 1].x
) )
if x_min[y] == null && x_max[y] == null: if x_min[y] == null && x_max[y] == null:
x_min[y] = xmin x_min[y] = xmin
x_max[y] = xmax x_max[y] = xmax
else: else: