From 38209fe326396b30d4acd8496c4ae56f75a5fd9a Mon Sep 17 00:00:00 2001 From: SanyaSho Date: Thu, 4 Aug 2022 16:42:23 +0300 Subject: [PATCH] fix game: don`t rotate viewmodels in zoom --- game/client/view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/client/view.cpp b/game/client/view.cpp index 4f3b9b4a..3aa035b2 100644 --- a/game/client/view.cpp +++ b/game/client/view.cpp @@ -645,7 +645,7 @@ void CViewRender::SetUpViews() // Set up the mono/middle view. CViewSetup &view = m_View; - view.zFav = farZ; + view.zFar = farZ; view.zFarViewmodel = farZ; // UNDONE: Make this farther out?