diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-23 21:32:19 +0200 |
commit | 9923851370073ceda72c4f4f7414444742c27562 (patch) | |
tree | b5f112fc5ac4b279788acbac43f378882510fb0f /scene/animation | |
parent | ad8c50a49c942333b80a6b0a961c2f9b0c986712 (diff) |
Fix typos with codespell
Using codespell 2.2-dev from current git.
Diffstat (limited to 'scene/animation')
-rw-r--r-- | scene/animation/animation_node_state_machine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_node_state_machine.cpp b/scene/animation/animation_node_state_machine.cpp index 39849a0b00..fcc4548929 100644 --- a/scene/animation/animation_node_state_machine.cpp +++ b/scene/animation/animation_node_state_machine.cpp @@ -551,7 +551,7 @@ double AnimationNodeStateMachinePlayback::process(AnimationNodeStateMachine *p_s } } - // time left must always be 1 because the end node don't lenght to compute + // time left must always be 1 because the end node don't length to compute if (p_state_machine->end_node != current) { rem = 1; } else { |