aboutsummaryrefslogtreecommitdiff
path: root/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-03-24 21:45:31 +0100
committerRémi Verschelde2017-03-24 21:45:31 +0100
commitdebeee56f721178d44f71deb4e303b825d1dccd1 (patch)
tree6c88f378419a5760bbe919c48c87d1c71a6ea548 /editor/animation_editor.cpp
parentc103f32ea3b19c3588d54dcef98e307f8b823f4c (diff)
downloadgodot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.gz
godot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.zst
godot-debeee56f721178d44f71deb4e303b825d1dccd1.zip
Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'editor/animation_editor.cpp')
-rw-r--r--editor/animation_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp
index 1a6501463..fe342b0ee 100644
--- a/editor/animation_editor.cpp
+++ b/editor/animation_editor.cpp
@@ -2503,7 +2503,7 @@ void AnimationKeyEditor::_track_editor_gui_input(const InputEvent &p_input) {
float newpos = E->get().pos - from_t + motion;
/*
if (newpos<0)
- continue; //no add at the begining
+ continue; //no add at the beginning
*/
undo_redo->add_do_method(animation.ptr(), "track_insert_key", E->key().track, newpos, animation->track_get_key_value(E->key().track, E->key().key), animation->track_get_key_transition(E->key().track, E->key().key));
}