Browse Source

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

Sasha Szpakowski 1 year ago
parent
commit
565d635f75
1 changed files with 0 additions and 1 deletions
  1. 0 1
      testing/conf.lua

+ 0 - 1
testing/conf.lua

@@ -7,7 +7,6 @@ function love.conf(t)
   t.window.resizable = true
   t.window.resizable = true
   t.window.depth = true
   t.window.depth = true
   t.window.stencil = true
   t.window.stencil = true
-  t.renderers = {"opengl"}
 end
 end
 
 
 -- custom crash message here to catch anything that might occur with modules 
 -- custom crash message here to catch anything that might occur with modules