mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 13:11:42 +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() {
|
public static function applySettings() {
|
||||||
#if hl
|
#if hl
|
||||||
Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight);
|
Window.getInstance().resize(optionsSettings.screenWidth, optionsSettings.screenHeight);
|
||||||
Window.getInstance().displayMode = optionsSettings.isFullScreen ? FullscreenResize : Windowed;
|
Window.getInstance().displayMode = optionsSettings.isFullScreen ? Fullscreen : Windowed;
|
||||||
#end
|
#end
|
||||||
AudioManager.updateVolumes();
|
AudioManager.updateVolumes();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue