Disable polytile by default

Fixes a minor issue on v1 silvercloud island

for #226
This commit is contained in:
NepDisk 2026-03-18 14:05:48 -04:00
parent f8e61760f1
commit 5eba072076

View file

@ -1196,7 +1196,7 @@ consvar_t cv_glanisotropicmode = CVAR_INIT ("gr_anisotropicmode", "1", CV_SAVE|C
consvar_t cv_glsolvetjoin = CVAR_INIT ("gr_solvetjoin", "On", 0, CV_OnOff, NULL);
consvar_t cv_glpolytile = CVAR_INIT ("gr_polytile", "On", 0, CV_OnOff, NULL);
consvar_t cv_glpolytile = CVAR_INIT ("gr_polytile", "Off", 0, CV_OnOff, NULL);
CV_PossibleValue_t grpolyshape_cons_t[] = {
{0, "Subsector"},