From 09746a951bb47ab3813f2fda9cf48444aca372b9 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 15 Nov 2000 01:52:44 +0000 Subject: fix VC++ warnings/errors git-svn-id: http://svn.leocad.org/trunk@163 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/camera.cpp') 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); -- cgit v1.2.3