summaryrefslogtreecommitdiff
path: root/common/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/camera.cpp')
-rw-r--r--common/camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/camera.cpp b/common/camera.cpp
index 28ef716..64c0b98 100644
--- a/common/camera.cpp
+++ b/common/camera.cpp
@@ -592,7 +592,7 @@ void Camera::Render(float fLineWidth)
modelview.Invert ();
glMultMatrixf (modelview.m);
- projection.CreatePerspective (m_fovy, 1.33f, 0.01, len);
+ projection.CreatePerspective (m_fovy, 1.33f, 0.01f, len);
projection.Invert ();
glMultMatrixf (projection.m);