瀏覽代碼

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

Co-authored-by: Lukas Joergensen <[email protected]>
Brian Roberts 4 年之前
父節點
當前提交
9323bac5ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 function GuiCanvas::checkCanvasRes(%this, %mode, %deviceId, %deviceMode, %startup)
 {
 {
    // Toggle for selecting the borderless window allowed sizes. Set true to allow
    // 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;
    %allowSmallBorderless = true;
 
 
    %resX = getWord(%mode, $WORD::RES_X);
    %resX = getWord(%mode, $WORD::RES_X);