fix game: don`t rotate viewmodels in zoom
This commit is contained in:
parent
ad32a9abff
commit
ef81226759
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue