[client] config: enable JIT rendering by default

This commit is contained in:
Quantum 2021-07-31 22:32:10 -04:00 committed by Geoffrey McRae
parent aed370c7ce
commit 3baed05728

View file

@ -282,7 +282,7 @@ static struct Option options[] =
.name = "jitRender", .name = "jitRender",
.description = "Enable just-in-time rendering", .description = "Enable just-in-time rendering",
.type = OPTION_TYPE_BOOL, .type = OPTION_TYPE_BOOL,
.value.x_bool = false, .value.x_bool = true,
}, },
// input options // input options