mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
remove this lol
This commit is contained in:
parent
d0d7fc30db
commit
88cf03f3b5
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue