From 5135af77c8666e85e6fa2e5664e7f53e09690b0d Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Jan 2020 04:19:15 +1000 Subject: [PATCH] Disable cl_useenginerefdef by default so that the QC implementation is used --- qcsrc/lib/csqcmodel/cl_player.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2