fix: remove gl2 option

This commit is contained in:
Tropical 2026-03-28 11:38:49 -05:00
parent b963a61caf
commit 19d0af460e

View file

@ -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.')