mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 13:16:58 +00:00
fix game: don`t rotate viewmodels in zoom
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user