diff --git a/Templates/BaseGame/game/core/rendering/scripts/graphicsOptions.tscript b/Templates/BaseGame/game/core/rendering/scripts/graphicsOptions.tscript index 21b5ae9c2..40fcc9e6d 100644 --- a/Templates/BaseGame/game/core/rendering/scripts/graphicsOptions.tscript +++ b/Templates/BaseGame/game/core/rendering/scripts/graphicsOptions.tscript @@ -848,7 +848,7 @@ function getScreenResolutionList(%deviceID, %deviceMode) // For borderless on non-windows OS only add the usable area. if ((%deviceMode == $Video::ModeBorderless) && ($platform !$= "windows")) { - %borderlessRes = getWords(Canvas.getMonitorUsableRect(%newDeviceID), 2); + %borderlessRes = getWords(Canvas.getMonitorUsableRect(%deviceID), 2); return _makePrettyResString(%borderlessRes); }