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 =