Skip to content

Commit

Permalink
fix tests on Windows when the display scale is > 100%.
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Feb 9, 2025
1 parent 34affbd commit f5631fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5631fd

Please sign in to comment.