Cleanup: remove outdated comment

This commit is contained in:
Jacques Lucke 2020-07-27 16:42:04 +02:00
parent 6f5d01779a
commit c7ee66e517
1 changed files with 0 additions and 3 deletions

View File

@ -155,9 +155,6 @@ static void pointcloud_batch_cache_ensure_pos(Object *ob, PointCloudBatchCache *
}
PointCloud *pointcloud = ob->data;
/* Assume points always have a radius for now.
* TODO: Check if the logic below makes sense when there are multiple point clouds, some that
* have a radius and others that don't. */
const bool has_radius = pointcloud->radius != NULL;
static GPUVertFormat format = {0};