Explorar o código

Merge pull request #846 from Azaezel/alpha401/killSmallBorderless

supress smallborderless support
Brian Roberts %!s(int64=3) %!d(string=hai) anos
pai
achega
7db2862094
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Templates/BaseGame/game/core/gui/scripts/canvas.tscript

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

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