Forráskód Böngészése

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

Co-authored-by: Lukas Joergensen <[email protected]>
Brian Roberts 4 éve
szülő
commit
9323bac5ea

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