From 5549279eb178ab7010e5a1eb333d5f093f18416e Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 31 Jan 2022 21:27:59 -0400 Subject: [PATCH] Use metal by default on supported systems. There are still issues to fix with the Metal backend, but it's more easily testable now at least. --- src/modules/graphics/Graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphics/Graphics.cpp b/src/modules/graphics/Graphics.cpp index 0b8e413b5..92e1b3408 100644 --- a/src/modules/graphics/Graphics.cpp +++ b/src/modules/graphics/Graphics.cpp @@ -111,8 +111,8 @@ namespace metal { extern love::graphics::Graphics *createInstance(); } #endif static const Renderer rendererOrder[] = { - RENDERER_OPENGL, RENDERER_METAL, + RENDERER_OPENGL, }; static std::vector defaultRenderers =