mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-03-03 02:21:02 +00:00
fix resize
This commit is contained in:
parent
93832ba62c
commit
d6a6c2f05c
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class Settings {
|
|||
public static function applySettings() {
|
||||
#if hl
|
||||
Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight);
|
||||
Window.getInstance().displayMode = optionsSettings.isFullScreen ? FullscreenResize : Windowed;
|
||||
Window.getInstance().displayMode = optionsSettings.isFullScreen ? Fullscreen : Windowed;
|
||||
#end
|
||||
AudioManager.updateVolumes();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue