mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
Adjust third person camera height and default distance to match vanilla MW
This commit is contained in:
parent
ee8b85aa2c
commit
46adf6344a
@ -26,8 +26,8 @@ namespace MWRender
|
||||
mNearest(30.f),
|
||||
mFurthest(800.f),
|
||||
mIsNearest(false),
|
||||
mHeight(128.f),
|
||||
mCameraDistance(300.f),
|
||||
mHeight(124.f),
|
||||
mCameraDistance(192.f),
|
||||
mDistanceAdjusted(false),
|
||||
mVanityToggleQueued(false),
|
||||
mViewModeToggleQueued(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user