remove this lol

This commit is contained in:
RandomityGuy 2023-07-24 00:44:37 +05:30
parent d0d7fc30db
commit 88cf03f3b5

View file

@ -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