Enable gl_keeptjunctions in config files

This was an old Quake optimization which did not prove to save speeds on our platforms, and also introduced artifacts in the world geometry
This commit is contained in:
Tyler Young 2024-08-13 20:21:29 -04:00
parent db6f656c88
commit c6b7313aca
3 changed files with 3 additions and 1 deletions

View file

@ -95,3 +95,4 @@ savedgamecfg "0"
gamma "0.7"
crosshair "1"
sv_maxvelocity "100000"
gl_keeptjunctions "1"

View file

@ -92,4 +92,4 @@ viewsize 100
gamma 1.0
volume 0.7
sensitivity 8
gl_keeptjunctions 1

View file

@ -116,3 +116,4 @@ show_fps "0.000000"
gamma "1.000000"
crosshair "1.000000"
sv_maxvelocity "100000"
gl_keeptjunctions "1"