]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable cl_useenginerefdef by default so that the QC implementation is used 758/head
authorMario <mario.mario@y7mail.com>
Wed, 15 Jan 2020 18:19:15 +0000 (04:19 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 15 Jan 2020 18:19:15 +0000 (04:19 +1000)
qcsrc/lib/csqcmodel/cl_player.qc

index a7937c317f84e0f2fb7392789429dab06c2e70c5..04a3c2b74072e5391a198224b5a33a7658672e99 100644 (file)
@@ -502,7 +502,7 @@ void CSQCPlayer_CalcRefdef(entity this)
        setproperty(VF_ANGLES, view_angles);
 }
 
-bool autocvar_cl_useenginerefdef = true;
+bool autocvar_cl_useenginerefdef = false;
 
 /** Called once per CSQC_UpdateView() */
 void CSQCPlayer_SetCamera()