mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-22 02:47:24 +00:00
fix game: don`t rotate viewmodels in zoom
This commit is contained in:
parent
e8ffb402de
commit
38209fe326
@ -645,7 +645,7 @@ void CViewRender::SetUpViews()
|
|||||||
// Set up the mono/middle view.
|
// Set up the mono/middle view.
|
||||||
CViewSetup &view = m_View;
|
CViewSetup &view = m_View;
|
||||||
|
|
||||||
view.zFav = farZ;
|
view.zFar = farZ;
|
||||||
view.zFarViewmodel = farZ;
|
view.zFarViewmodel = farZ;
|
||||||
|
|
||||||
// UNDONE: Make this farther out?
|
// UNDONE: Make this farther out?
|
||||||
|
Loading…
Reference in New Issue
Block a user