mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
fix dts shows
This commit is contained in:
parent
6ceb316614
commit
4b10c03952
2 changed files with 5 additions and 0 deletions
|
|
@ -255,6 +255,10 @@ class Settings {
|
||||||
@:hlNative public static function open_web_url(url:String):Void {}
|
@:hlNative public static function open_web_url(url:String):Void {}
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
#if (!android)
|
||||||
|
public static function open_web_url(url:String):Void {}
|
||||||
|
#end
|
||||||
|
|
||||||
public static function applySettings() {
|
public static function applySettings() {
|
||||||
#if (hl && !android)
|
#if (hl && !android)
|
||||||
Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight);
|
Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight);
|
||||||
|
|
|
||||||
|
|
@ -308,6 +308,7 @@ class MPEndGameGui extends GuiImage {
|
||||||
oShow.extent = extent;
|
oShow.extent = extent;
|
||||||
oShow.renderDistance = dist;
|
oShow.renderDistance = dist;
|
||||||
oShow.renderPitch = pitch;
|
oShow.renderPitch = pitch;
|
||||||
|
oShow.visible = true;
|
||||||
return oShow;
|
return oShow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue