Pārlūkot izejas kodu

fix tests on Windows when the display scale is > 100%.

Sasha Szpakowski 7 mēneši atpakaļ
vecāks
revīzija
f5631fd83a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      testing/conf.lua

+ 1 - 0
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