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.vfx@gmail.com>2018-05-15 15:50:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-05-15 18:20:02 +0300
commit2d0efe2e7863c5ebc5e88b2ae17cd20cb3c7e8e6 (patch)
tree0b67d1166a52b5857bbe07fc6fc2bf7d0502d8a8 /source/blender/makesdna/DNA_particle_types.h
parenta104c41759613899e314c328e48d6b16cd634d1a (diff)
Particle edit: Need to check DONE flag from evaluated psys
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-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 123fa8e171e..3e1e301accc 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -332,7 +332,7 @@ typedef struct ParticleSystem {
*
* Original system will have this set to NULL.
*
- * Use psys_original_get() function to access,
+ * Use psys_orig_get() function to access,
*/
struct ParticleSystem *orig_psys;
} ParticleSystem;