Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-16 07:19:31 +0300
committerCampbell Barton <campbell@blender.org>2022-03-16 07:30:22 +0300
commit8cfdad99a0edbc70beb266518458199b757497b5 (patch)
treea0da9dfb71d7a234c0ae16e99e5ea325807697c2 /source/blender/draw/intern/mesh_extractors
parent24ada9c96027971e50e9d103c746d674024b6892 (diff)
Cleanup: incorrect comments, use C comments
Diffstat (limited to 'source/blender/draw/intern/mesh_extractors')
-rw-r--r--source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_uv.cc b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_uv.cc
index b532ff0080e..4532f3c3710 100644
--- a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_uv.cc
+++ b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_uv.cc
@@ -134,7 +134,7 @@ static void extract_uv_init_subdiv(const DRWSubdivCache *subdiv_cache,
uint uv_layers;
if (!mesh_extract_uv_format_init(
&format, cache, &coarse_mesh->ldata, MR_EXTRACT_MESH, uv_layers)) {
- // TODO(kevindietrich): handle this more gracefully.
+ /* TODO(kevindietrich): handle this more gracefully. */
v_len = 1;
}