mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 03:24:43 -05:00
Removed coord clamping from fill_gaps()
This should make line making behave as expected when the mouse is outside of canvas boundaries
This commit is contained in:
parent
7a509a2047
commit
4fc2888b68
2 changed files with 2 additions and 4 deletions
|
|
@ -238,8 +238,8 @@ func _notification(what : int) -> void:
|
|||
show_quit_dialog()
|
||||
|
||||
|
||||
func _on_files_dropped(files : PoolStringArray, _screen : int) -> void:
|
||||
handle_loading_files(files)
|
||||
func _on_files_dropped(_files : PoolStringArray, _screen : int) -> void:
|
||||
handle_loading_files(_files)
|
||||
|
||||
|
||||
func on_new_project_file_menu_option_pressed(id : int) -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue