diff options
| author | Rémi Verschelde | 2017-01-15 22:15:47 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81 (patch) | |
| tree | e7cafdf9c76fd6545124ead4dc5ee17f940f0a10 /main | |
| parent | 39114178a0952e9f5efee08e23d73d70f3d8d3db (diff) | |
| download | godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.tar.gz godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.tar.zst godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.zip | |
Style: Various fixes to play nice with clang-format
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index d21014afe..559f5e359 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1526,7 +1526,7 @@ bool Main::start() { //sml->get_root()->add_child(scene); sml->add_current_scene(scene); - String iconpath = GLOBAL_DEF("application/icon","Variant()"""); + String iconpath = GLOBAL_DEF("application/icon","Variant()"); if (iconpath!="") { Image icon; if (icon.load(iconpath)==OK) |
