diff options
| author | Rémi Verschelde | 2017-01-14 18:03:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | f44ee891beaad397481dd88da41cb80e6539774f (patch) | |
| tree | 82ce10e73d3b1da6229618ce93222ee49e34841b /tools/editor/asset_library_editor_plugin.cpp | |
| parent | e2a3f06f3d0c49d87b86c12407d69174b58ae448 (diff) | |
| download | godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.gz godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.zst godot-f44ee891beaad397481dd88da41cb80e6539774f.zip | |
Style: Fix statements ending with ';;'
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/asset_library_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/asset_library_editor_plugin.cpp b/tools/editor/asset_library_editor_plugin.cpp index 823f13437..6ba7a7e79 100644 --- a/tools/editor/asset_library_editor_plugin.cpp +++ b/tools/editor/asset_library_editor_plugin.cpp @@ -789,7 +789,7 @@ void EditorAssetLibrary::_image_request_completed(int p_status, int p_code, cons } } - image_queue[p_queue_id].request->queue_delete();; + image_queue[p_queue_id].request->queue_delete(); image_queue.erase(p_queue_id); _update_image_queue(); |
