tests: use the default renderer instead of forcing opengl, unless it's set in CLI params.

This commit is contained in:
Sasha Szpakowski
2024-04-09 21:21:30 -03:00
parent 02147329ce
commit 565d635f75
-1
View File
@@ -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