mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
tests: use the default renderer instead of forcing opengl, unless it's set in CLI params.
This commit is contained in:
@@ -7,7 +7,6 @@ function love.conf(t)
|
||||
t.window.resizable = true
|
||||
t.window.depth = true
|
||||
t.window.stencil = true
|
||||
t.renderers = {"opengl"}
|
||||
end
|
||||
|
||||
-- custom crash message here to catch anything that might occur with modules
|
||||
|
||||
Reference in New Issue
Block a user