Disable polytile by default
Fixes a minor issue on v1 silvercloud island for #226
This commit is contained in:
parent
f8e61760f1
commit
5eba072076
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue