mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 14:43:38 +00:00
mistake while commit, gles was turned on by default.
This commit is contained in:
parent
4aa8106e52
commit
a2ec6610a5
|
|
@ -17,6 +17,6 @@ option('enable_vsync',
|
|||
option(
|
||||
'gles',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
value: false,
|
||||
description: 'Use OpenGL ES instead of Desktop GL',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue