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:
authorHans Goudey <h.goudey@me.com>2022-09-30 00:43:09 +0300
committerHans Goudey <h.goudey@me.com>2022-09-30 00:43:09 +0300
commit0ff485b6bac274c26605da56995ad6a3a63dd8e5 (patch)
tree8c55fbc1e9ddbbc691c4e1930b7a5f6b81aa6c11 /source/blender/blenkernel/BKE_cloth.h
parent3059c0998a3db3e123a6894f7862fce3084001cd (diff)
Cleanup: Move modifier.c to C++
Diffstat (limited to 'source/blender/blenkernel/BKE_cloth.h')
-rw-r--r--source/blender/blenkernel/BKE_cloth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index f5ffd1190b1..2ef81b754cc 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -218,7 +218,7 @@ int cloth_bvh_collision(struct Depsgraph *depsgraph,
/* -------------------------------------------------------------------- */
/* cloth.c */
-/* Needed for modifier.c */
+/* Needed for modifier.cc */
/** Frees all. */
void cloth_free_modifier_extern(struct ClothModifierData *clmd);
/** Frees all. */