[Bf-blender-cvs] [393b5a231f1] master: Cleanup: Misplaced fullstop in comment

Sergey Sharybin noreply at git.blender.org
Thu Sep 17 13:34:11 CEST 2020


Commit: 393b5a231f19246265f496265e457214b4ca09ff
Author: Sergey Sharybin
Date:   Thu Sep 17 13:33:53 2020 +0200
Branches: master
https://developer.blender.org/rB393b5a231f19246265f496265e457214b4ca09ff

Cleanup: Misplaced fullstop in comment

===================================================================

M	source/blender/makesdna/DNA_particle_types.h

===================================================================

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. */



More information about the Bf-blender-cvs mailing list