Enable gl_keeptjunctions in config files (#83)

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:57:52 -04:00 committed by GitHub
parent 30f3623abe
commit 95aae0b580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"