diff --git a/src/Settings.hx b/src/Settings.hx index 03fbfa8c..fb7de0c9 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -255,6 +255,10 @@ class Settings { @:hlNative public static function open_web_url(url:String):Void {} #end + #if (!android) + public static function open_web_url(url:String):Void {} + #end + public static function applySettings() { #if (hl && !android) Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight); diff --git a/src/gui/MPEndGameGui.hx b/src/gui/MPEndGameGui.hx index 5535e23d..f26e4537 100644 --- a/src/gui/MPEndGameGui.hx +++ b/src/gui/MPEndGameGui.hx @@ -308,6 +308,7 @@ class MPEndGameGui extends GuiImage { oShow.extent = extent; oShow.renderDistance = dist; oShow.renderPitch = pitch; + oShow.visible = true; return oShow; } }