diff --git a/src/Settings.hx b/src/Settings.hx index 7eef67a8..02a631ca 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -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();