From 19d0af460ea828b0f350765a5fac9ec90d8fb7b5 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:38:49 -0500 Subject: [PATCH] fix: remove gl2 option --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index bc73c0516..3171bc298 100644 --- a/meson.options +++ b/meson.options @@ -11,7 +11,7 @@ option('classic_panorama', option('renderer', type : 'combo', - choices: ['gl2', 'gl3', 'gles'], + choices: ['gl3', 'gles'], value : 'gl3', description : 'Specifies a rendering implementation for the game.')