Navigation Menu

Skip to content

Commit

Permalink
Increase third person view distance
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
  • Loading branch information
Calinou authored and Zeno- committed Dec 7, 2014
1 parent 5ffddc9 commit bc2b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit bc2b8e9

Please sign in to comment.