mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-10 09:18:19 +00:00
fix: remove gl2 option
This commit is contained in:
parent
b963a61caf
commit
19d0af460e
|
|
@ -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.')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue