fix dts shows

This commit is contained in:
RandomityGuy 2024-07-18 23:45:55 +05:30
parent 6ceb316614
commit 4b10c03952
2 changed files with 5 additions and 0 deletions

View file

@ -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);

View file

@ -308,6 +308,7 @@ class MPEndGameGui extends GuiImage {
oShow.extent = extent;
oShow.renderDistance = dist;
oShow.renderPitch = pitch;
oShow.visible = true;
return oShow;
}
}