浏览代码

Fixed comment.

Lasse Öörni 13 年之前
父节点
当前提交
1d28db07a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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_);
             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)
             if (drawable->GetDrawableFlags() & DRAWABLE_GEOMETRY)
             {
             {
                 const BoundingBox& geomBox = drawable->GetWorldBoundingBox();
                 const BoundingBox& geomBox = drawable->GetWorldBoundingBox();