From de82daa8205c5b08ce82d27d86767ee025dead41 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 25 Apr 2016 10:27:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B0=D0=BA=D1=81,=20=D0=BD=D1=83,=20?= =?UTF-8?q?=D0=B2=D1=80=D0=BE=D0=B4=D0=B5=20=D0=B1=D1=8B,=20=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MineOS/OS.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MineOS/OS.lua b/MineOS/OS.lua index 5aca7167..109269c5 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -331,6 +331,8 @@ end ---------------------------------------------- Сама ОС ------------------------------------------------------------------------ +--Ставим корректный масштаб монитора +ecs.setScale(1) --Создаем буфер buffer.start() drawAll(true)