mistake while commit, gles was turned on by default.

This commit is contained in:
JuiceyDev 2026-03-28 15:22:42 +01:00 committed by Tropical
parent 4aa8106e52
commit a2ec6610a5

View file

@ -17,6 +17,6 @@ option('enable_vsync',
option(
'gles',
type: 'boolean',
value: true,
value: false,
description: 'Use OpenGL ES instead of Desktop GL',
)