From: Mario Date: Wed, 15 Jan 2020 18:19:15 +0000 (+1000) Subject: Disable cl_useenginerefdef by default so that the QC implementation is used X-Git-Tag: xonotic-v0.8.5~1161^2~5^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5135af77c8666e85e6fa2e5664e7f53e09690b0d;p=xonotic%2Fxonotic-data.pk3dir.git Disable cl_useenginerefdef by default so that the QC implementation is used --- diff --git a/qcsrc/lib/csqcmodel/cl_player.qc b/qcsrc/lib/csqcmodel/cl_player.qc index a7937c317..04a3c2b74 100644 --- a/qcsrc/lib/csqcmodel/cl_player.qc +++ b/qcsrc/lib/csqcmodel/cl_player.qc @@ -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()