mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-19 20:51:00 +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 {}
|
||||
#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);
|
||||
|
|
|
|||
|
|
@ -308,6 +308,7 @@ class MPEndGameGui extends GuiImage {
|
|||
oShow.extent = extent;
|
||||
oShow.renderDistance = dist;
|
||||
oShow.renderPitch = pitch;
|
||||
oShow.visible = true;
|
||||
return oShow;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue