From f5631fd83abe526dc56cee56ae9c38fa22d66568 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sat, 8 Feb 2025 23:08:59 -0400 Subject: [PATCH] fix tests on Windows when the display scale is > 100%. --- testing/conf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/conf.lua b/testing/conf.lua index 6dc92770f..0bb73cd20 100644 --- a/testing/conf.lua +++ b/testing/conf.lua @@ -7,6 +7,7 @@ function love.conf(t) t.window.resizable = true t.window.depth = true t.window.stencil = true + t.window.usedpiscale = false end -- custom crash message here to catch anything that might occur with modules