1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix various typos with codespell

Using 2.2.6.dev193+g907e5380.
This commit is contained in:
Rémi Verschelde
2023-09-18 09:53:39 +02:00
parent 4df80b0e62
commit 3e233e1f24
4 changed files with 5 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ double AnimationNodeAnimation::_process(double p_time, bool p_seek, bool p_is_ex
}
// Emit start & finish signal. Internally, the detections are the same for backward.
// We should use call_deferred since the track keys are still being prosessed.
// We should use call_deferred since the track keys are still being processed.
if (state->tree && !p_test_only) {
// AnimationTree uses seek to 0 "internally" to process the first key of the animation, which is used as the start detection.
if (p_seek && !p_is_external_seeking && cur_time == 0) {