mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Update Templates/BaseGame/game/core/gui/scripts/canvas.tscript
Co-authored-by: Lukas Joergensen <lpjoergensen@gmail.com>
This commit is contained in:
parent
3d2f3bda64
commit
9323bac5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue