mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 13:11:42 +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
|
#end
|
||||||
|
|
||||||
#if js
|
#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;
|
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);
|
s2d.scaleMode = Zoom(zoomRatio);
|
||||||
#end
|
#end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue