From 151e71bc9ce51ec010e514bf47e33567b85a8753 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sun, 17 May 2020 11:18:54 +0200 Subject: [PATCH] Adjust auto window scale --- Sources/arm/Config.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/arm/Config.hx b/Sources/arm/Config.hx index bb12ed53..da0ae243 100644 --- a/Sources/arm/Config.hx +++ b/Sources/arm/Config.hx @@ -63,7 +63,7 @@ class Config { raw.rp_ssr = false; raw.rp_supersample = 1.0; var disp = Display.primary; - if (disp != null && disp.width >= 3000 && disp.height >= 2000) { + if (disp != null && disp.width >= 2560 && disp.height >= 1600) { raw.window_scale = 2.0; } #if (krom_android || krom_ios)