Default to high DPI on HTML5

This commit is contained in:
Joshua Granick
2022-03-21 16:53:05 -07:00
parent 92b213b56b
commit 54338c082a

View File

@@ -208,7 +208,6 @@ class HXProject extends Script
defaultWindow.width = 0; defaultWindow.width = 0;
defaultWindow.height = 0; defaultWindow.height = 0;
defaultWindow.fps = 60; defaultWindow.fps = 60;
defaultWindow.allowHighDPI = false;
case EMSCRIPTEN: case EMSCRIPTEN:
platformType = PlatformType.WEB; platformType = PlatformType.WEB;