Jelajahi Sumber

Fixed comment.

Lasse Öörni 13 tahun lalu
induk
melakukan
1d28db07a6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Engine/Graphics/View.cpp

+ 1 - 1
Engine/Graphics/View.cpp

@@ -220,7 +220,7 @@ void CheckVisibilityWork(const WorkItem* item, unsigned threadIndex)
         {
             drawable->MarkInView(view->frame_);
             
-            // For geometries, clear lights, find new zone if necessary and calculate view space Z range
+            // For geometries, clear lights and calculate view space Z range
             if (drawable->GetDrawableFlags() & DRAWABLE_GEOMETRY)
             {
                 const BoundingBox& geomBox = drawable->GetWorldBoundingBox();