diff --git a/src/modules/graphics/Graphics.cpp b/src/modules/graphics/Graphics.cpp index 3a1845228..78adfec1e 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_METAL, RENDERER_OPENGL, + RENDERER_METAL, }; static std::vector defaultRenderers =