projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ffddc9
)
Increase third person view distance
author
Calinou
<calinou@opmbx.org>
Sun, 26 Oct 2014 10:26:36 +0000
(11:26 +0100)
committer
Craig Robbins
<kde.psych@gmail.com>
Sun, 7 Dec 2014 11:54:44 +0000
(21:54 +1000)
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
src/camera.cpp
patch
|
blob
|
history
diff --git
a/src/camera.cpp
b/src/camera.cpp
index 14ad99b30909f98f6bee58c007877950118f6b49..e5954a5892c49f244a97bc1ad441e547b8fc49c6 100644
(file)
--- a/
src/camera.cpp
+++ b/
src/camera.cpp
@@
-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;