mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Fix codespell errors
This commit is contained in:
parent
06ff7bfda3
commit
72a2c59986
2
.github/workflows/static-checks.yml
vendored
2
.github/workflows/static-checks.yml
vendored
|
@ -30,4 +30,4 @@ jobs:
|
|||
with:
|
||||
skip: ./addons,*.po
|
||||
exclude_file: src/UI/Dialogs/AboutDialog.gd
|
||||
ignore_words_list: chello,doubleclick,Manuel
|
||||
ignore_words_list: chello,doubleclick,Manuel, SectionIn
|
||||
|
|
|
@ -116,7 +116,7 @@ func _input(event: InputEvent) -> void:
|
|||
|
||||
if event is InputEventMouseMotion:
|
||||
# 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
|
||||
# and that's what defines dragging. It would be smart to add a "deadzone" to determine
|
||||
# if the mouse had moved enough.
|
||||
|
|
Loading…
Reference in a new issue