Depsgraph: Cleanup, typo in comment

This commit is contained in:
Sergey Sharybin
2017-12-18 16:52:33 +01:00
parent 90021402e2
commit 94d34ae205

View File

@@ -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),