From 10ee752df4177b282223ad595a09a67a6abc925a Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 27 Sep 2021 13:51:13 +0200 Subject: [PATCH] disable retina support again --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a99b11e7..a4db56fa 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ var world; window.onload = function () { console.log("is Retina supported: " + isRetinaSupported()); - // disableRetinaSupport(); + disableRetinaSupport(); world = new WorldMorph(document.getElementById('world')); world.worldCanvas.focus(); new IDE_Morph().openIn(world);