1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix codespell errors

This commit is contained in:
Emmanouil Papadeas 2024-05-25 00:41:57 +03:00
parent 06ff7bfda3
commit 72a2c59986
2 changed files with 2 additions and 2 deletions

View file

@ -30,4 +30,4 @@ jobs:
with: with:
skip: ./addons,*.po skip: ./addons,*.po
exclude_file: src/UI/Dialogs/AboutDialog.gd exclude_file: src/UI/Dialogs/AboutDialog.gd
ignore_words_list: chello,doubleclick,Manuel ignore_words_list: chello,doubleclick,Manuel, SectionIn

View file

@ -116,7 +116,7 @@ func _input(event: InputEvent) -> void:
if event is InputEventMouseMotion: if event is InputEventMouseMotion:
# We check if the LMB is pressed and if we're not dragging then we force the # We check if the LMB is pressed and if we're not dragging then we force the
# draggin state. # dragging state.
# We dont use timers because it makes more sense to wait for the users mouse to move # We dont use timers because it makes more sense to wait for the users mouse to move
# and that's what defines dragging. It would be smart to add a "deadzone" to determine # and that's what defines dragging. It would be smart to add a "deadzone" to determine
# if the mouse had moved enough. # if the mouse had moved enough.