]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Set r_useportalculling to 1 by default until the issues with the engine's unrecommend...
authorMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 18:03:18 +0000 (04:03 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 18 Dec 2019 18:03:18 +0000 (04:03 +1000)
xonotic-client.cfg

index a6494cc088a0551d2856b8cfc8c4c3539cc49657..dbcaafe470f640f4c036f3cb7f6e544a1cccbdee 100644 (file)
@@ -745,6 +745,9 @@ set debugtrace 0
 // FIXME remove this when the engine feature FINALLY MAYBE works
 r_glsl_skeletal 0
 
+// FIXME engine description mentions the default should be 1, but sets it to 2 anyway, breaks some maps
+r_useportalculling 1
+
 // animation tuning
 set cl_lerpanim_maxdelta_framegroups 0.05 // must be faster than fastest weapon refire
 set cl_lerpanim_maxdelta_server 0.1 // must be slower than slowest server controlled anim (e.g. animinfo stuff)