diff options
| author | Rémi Verschelde | 2018-02-17 16:19:50 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-17 16:19:50 +0100 |
| commit | d05d4c2bddff05967c8d59137e5c13b576f7cb51 (patch) | |
| tree | 373b6abb4e4a15befea66446841c16ce5541535b /editor/animation_editor.cpp | |
| parent | 3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff) | |
| parent | d35e48622800f6686dbdfba380e25170005dcc2b (diff) | |
| download | godot-d05d4c2bddff05967c8d59137e5c13b576f7cb51.tar.gz godot-d05d4c2bddff05967c8d59137e5c13b576f7cb51.tar.zst godot-d05d4c2bddff05967c8d59137e5c13b576f7cb51.zip | |
Merge pull request #16776 from sudoio/remove-bad-words
Clean up some bad words from code comments
Diffstat (limited to '')
| -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 cd8233e46..c064f9cbd 100644 --- a/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -3362,7 +3362,7 @@ int AnimationKeyEditor::_confirm_insert(InsertData p_id, int p_last_track) { //wants a new tack { - //shitty hack + //hack NodePath np; animation->add_track(p_id.type); animation->track_set_path(animation->get_track_count() - 1, p_id.path); |
