Browse Source

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

Co-authored-by: Lukas Joergensen <[email protected]>
Brian Roberts 4 years ago
parent
commit
9323bac5ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Templates/BaseGame/game/core/gui/scripts/canvas.tscript

+ 1 - 1
Templates/BaseGame/game/core/gui/scripts/canvas.tscript

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