mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 17:15:32 +00:00
Adjust third person camera height and default distance to match vanilla MW
This commit is contained in:
parent
ee8b85aa2c
commit
46adf6344a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue