mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
15538426d7
If the LOVE_GRAPHICS_USE_OPENGLES environment variable is set, then love will try to create an OpenGL ES context before falling back to regular OpenGL. If it's not set (or set to 0), then the opposite happens except when love is run on backends that should always use OpenGL ES. --HG-- branch : minor