[Bf-blender-cvs] [94d34ae205f] blender2.8: Depsgraph: Cleanup, typo in comment

Sergey Sharybin noreply at git.blender.org
Mon Dec 18 16:53:28 CET 2017


Commit: 94d34ae205feb798e3d4151c2661e68ef2163f59
Author: Sergey Sharybin
Date:   Mon Dec 18 16:52:33 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB94d34ae205feb798e3d4151c2661e68ef2163f59

Depsgraph: Cleanup, typo in comment

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

M	source/blender/depsgraph/DEG_depsgraph.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index aaa6142fa21..efa18a98cf9 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -143,7 +143,7 @@ void DEG_on_visible_update(struct Main *bmain, const bool do_time);
 enum {
 	/* Object transformation changed, corresponds to OB_RECALC_OB. */
 	DEG_TAG_TRANSFORM   = (1 << 0),
-	/* Object geoemtry changed, corresponds to OB_RECALC_DATA. */
+	/* Object geometry changed, corresponds to OB_RECALC_DATA. */
 	DEG_TAG_GEOMETRY    = (1 << 1),
 	/* Time changed and animation is to be re-evaluated, OB_RECALC_TIME. */
 	DEG_TAG_TIME        = (1 << 2),



More information about the Bf-blender-cvs mailing list