Browse Source

Remove redundant comment.

Lasse Öörni 9 years ago
parent
commit
a53f19151f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/Urho3D/Graphics/Camera.cpp

+ 0 - 1
Source/Urho3D/Graphics/Camera.cpp

@@ -622,7 +622,6 @@ void Camera::UpdateProjection() const
     }
     else
     {
-        // Disregard near clip, because it does not affect depth precision as with perspective projection
         float h = (1.0f / (orthoSize_ * 0.5f)) * zoom_;
         float w = h / aspectRatio_;
         float q = 1.0f / farClip_;