소스 검색

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

Sasha Szpakowski 7 달 전
부모
커밋
f5631fd83a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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