mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Various fixes to play nice with clang-format
(cherry picked from commit 2a0ddc1e89)
This commit is contained in:
parent
2d479aa0c6
commit
16b78da941
20 changed files with 162 additions and 139 deletions
|
|
@ -1472,7 +1472,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue