From 565d635f75e0279d319a6f48023441336b3feef6 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Tue, 9 Apr 2024 21:21:30 -0300 Subject: [PATCH] tests: use the default renderer instead of forcing opengl, unless it's set in CLI params. --- testing/conf.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/conf.lua b/testing/conf.lua index a954b3119..6dc92770f 100644 --- a/testing/conf.lua +++ b/testing/conf.lua @@ -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