diff options
| author | Artem Varaksa | 2018-02-17 16:00:39 +0300 |
|---|---|---|
| committer | Artem Varaksa | 2018-02-17 16:00:39 +0300 |
| commit | d35e48622800f6686dbdfba380e25170005dcc2b (patch) | |
| tree | 373b6abb4e4a15befea66446841c16ce5541535b /editor/plugins/sprite_frames_editor_plugin.cpp | |
| parent | 3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff) | |
| download | godot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.gz godot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.zst godot-d35e48622800f6686dbdfba380e25170005dcc2b.zip | |
Clean up some bad words from code comments
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index 7a4eee034..d8d0a6f01 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -398,8 +398,6 @@ void SpriteFramesEditor::_animation_add() { animations->grab_focus(); } void SpriteFramesEditor::_animation_remove() { - - //fuck everything if (updating) return; |
