mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Increase third person view distance
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
parent
5ffddc94c0
commit
bc2b8e9eef
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ void Camera::update(LocalPlayer* player, f32 frametime, f32 busytime,
|
|||
|
||||
// Calculate new position
|
||||
bool abort = false;
|
||||
for (int i = BS; i <= BS*2; i++)
|
||||
for (int i = BS; i <= BS*2.75; i++)
|
||||
{
|
||||
my_cp.X = m_camera_position.X + m_camera_direction.X*-i;
|
||||
my_cp.Z = m_camera_position.Z + m_camera_direction.Z*-i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue