From 46118d484d344293a35c324864ca93cfea1186d6 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 27 Sep 2017 00:25:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=83=D0=B5=D0=B1=D0=B8=D1=89=D0=BD=D1=8B=D1=85?= =?UTF-8?q?=20=D0=B2=D0=B8=D0=B4=D0=B5=D0=BE=D0=BA=D0=B0=D1=80=D1=82=20?= =?UTF-8?q?=D0=B8=20=D0=BC=D0=BE=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.cfg | 2 +- OS.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.cfg b/Applications.cfg index 811f17a5..4ea66bf6 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -5,7 +5,7 @@ about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/About/", type="Script", forceDownload=true, - version=3.90, + version=3.91, }, { path="/MineOS/Pictures/MoonTouch.pic", diff --git a/OS.lua b/OS.lua index e5df456e..b0ba1463 100755 --- a/OS.lua +++ b/OS.lua @@ -239,7 +239,7 @@ end ---------------------------------------------- Всякая параша для ОС-контейнера ------------------------------------------------------------------------ local function changeResolution() - buffer.setResolution(table.unpack(MineOSCore.properties.resolution or {160, 50})) + buffer.setResolution(table.unpack(MineOSCore.properties.resolution or {buffer.GPUProxy.maxResolution()})) MineOSInterface.mainContainer.width, MineOSInterface.mainContainer.height = buffer.width, buffer.height