typofix in getScreenResolutionList

This commit is contained in:
AzaezelX 2021-07-09 21:17:13 -05:00
parent 18a7e31991
commit 3c0ca5ea88

View file

@ -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);
}