]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
turn off r_glsl_skeletal by default
authorRudolf Polzer <divverent@xonotic.org>
Mon, 1 Apr 2013 18:15:54 +0000 (20:15 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 1 Apr 2013 18:15:54 +0000 (20:15 +0200)
defaultXonotic.cfg

index 40730b21c237fe631dfd25af6b99dbb750519773..2af290f9abd445b5170f7af1c3ed86859b6d1a9a 100644 (file)
@@ -1353,6 +1353,9 @@ set r_showbboxes 0
 // we REALLY need the end pos nudging DP bug workaround for trace-to-end-of-solid to work
 collision_endposnudge 1
 
+// FIXME remove this when the engine feature FINALLY MAYBE works
+r_glsl_skeletal 0
+
 // 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)