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:
authorSergey Sharybin <sergey@blender.org>2020-09-17 14:33:53 +0300
committerSergey Sharybin <sergey@blender.org>2020-09-17 14:33:53 +0300
commit393b5a231f19246265f496265e457214b4ca09ff (patch)
tree0d013db740e941321c9f4ad595574c07a3f4a30d /source/blender/makesdna
parentef4877fde311f0638617cc6ff29cf64aedb4dab3 (diff)
Cleanup: Misplaced fullstop in comment
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index 00f888dde5b..b50c2268b3c 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -131,7 +131,7 @@ typedef struct ParticleData {
/** Index to derived mesh data (face) to avoid slow lookups. */
int num_dmcache;
- /** Coordinates on face/edge number "num" and depth alon.g*/
+ /** Coordinates on face/edge number "num" and depth along. */
float fuv[4], foffset;
/* face normal for volume emission. */