From e46ebc0d05a9625366ccd4841c91d1cc1fecabb7 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 15 Apr 2017 17:07:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AD=D0=BA=D1=80=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/MineOSCore.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MineOSCore.lua b/lib/MineOSCore.lua index a892f22a..71684909 100755 --- a/lib/MineOSCore.lua +++ b/lib/MineOSCore.lua @@ -675,6 +675,7 @@ function MineOSCore.safeLaunch(path, ...) drawErrorWindow(finalPath, "1.0", finalLine, finalTraceback) end + component.screen.setPrecise(false) component.gpu.setResolution(oldResolutionWidth, oldResolutionHeight) buffer.start()