diff options
| author | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
| commit | debeee56f721178d44f71deb4e303b825d1dccd1 (patch) | |
| tree | 6c88f378419a5760bbe919c48c87d1c71a6ea548 /editor/animation_editor.cpp | |
| parent | c103f32ea3b19c3588d54dcef98e307f8b823f4c (diff) | |
| download | godot-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.cpp | 2 |
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)); } |
