You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #10257 from Faless/html5_fixes
Fix for WebGL2 and HTML5 export
This commit is contained in:
@@ -1466,6 +1466,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