Update Templates/BaseGame/game/core/gui/scripts/canvas.tscript

Co-authored-by: Lukas Joergensen <lpjoergensen@gmail.com>
This commit is contained in:
Brian Roberts 2021-04-13 16:53:31 -05:00 committed by GitHub
parent 3d2f3bda64
commit 9323bac5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ function GuiCanvas::prefsToModeStr(%this)
function GuiCanvas::checkCanvasRes(%this, %mode, %deviceId, %deviceMode, %startup)
{
// Toggle for selecting the borderless window allowed sizes. Set true to allow
// boderless windows to be less than the device res.
// borderless windows to be less than the device res.
%allowSmallBorderless = true;
%resX = getWord(%mode, $WORD::RES_X);