You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Fix icon loading error a boot
This commit is contained in:
@@ -1464,6 +1464,7 @@ bool Main::start() {
|
||||
String iconpath = GLOBAL_DEF("application/config/icon", "Variant()");
|
||||
if (iconpath != "") {
|
||||
Ref<Image> icon;
|
||||
icon.instance();
|
||||
if (icon->load(iconpath) == OK)
|
||||
OS::get_singleton()->set_icon(icon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user