mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
fix tests on Windows when the display scale is > 100%.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user