diff --git a/source/blender/draw/intern/draw_cache_impl_pointcloud.c b/source/blender/draw/intern/draw_cache_impl_pointcloud.c index 5807b779113..06cedb9f72c 100644 --- a/source/blender/draw/intern/draw_cache_impl_pointcloud.c +++ b/source/blender/draw/intern/draw_cache_impl_pointcloud.c @@ -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};