From 88cf03f3b58eb814e8b1d903db18bc2e7284d3af Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:44:37 +0530 Subject: [PATCH] remove this lol --- src/Main.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Main.hx b/src/Main.hx index b7bf94a6..b448b623 100644 --- a/src/Main.hx +++ b/src/Main.hx @@ -49,7 +49,6 @@ class Main extends hxd.App { #end #if js - Window.getInstance().useScreenPixels = false; var zoomRatio = Util.isTouchDevice() ? js.Browser.window.screen.height * js.Browser.window.devicePixelRatio / 768 : js.Browser.window.devicePixelRatio; // js.Browser.window.devicePixelRatio; s2d.scaleMode = Zoom(zoomRatio); #end