mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
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:
parent
30f3623abe
commit
95aae0b580
3 changed files with 3 additions and 1 deletions
|
@ -95,3 +95,4 @@ savedgamecfg "0"
|
|||
gamma "0.7"
|
||||
crosshair "1"
|
||||
sv_maxvelocity "100000"
|
||||
gl_keeptjunctions "1"
|
|
@ -92,4 +92,4 @@ viewsize 100
|
|||
gamma 1.0
|
||||
volume 0.7
|
||||
sensitivity 8
|
||||
|
||||
gl_keeptjunctions 1
|
||||
|
|
|
@ -116,3 +116,4 @@ show_fps "0.000000"
|
|||
gamma "1.000000"
|
||||
crosshair "1.000000"
|
||||
sv_maxvelocity "100000"
|
||||
gl_keeptjunctions "1"
|
Loading…
Reference in a new issue