Cleanup: Make comment around DEG evaluation functions more clear

This commit is contained in:
Sergey Sharybin 2019-06-04 16:48:47 +02:00
parent 6d143f3775
commit 4674e23220

@ -113,7 +113,7 @@ void free_matcopybuf(void);
void copy_matcopybuf(struct Main *bmain, struct Material *ma);
void paste_matcopybuf(struct Main *bmain, struct Material *ma);
/* Evaluation. */
/* Dependency graph evaluation. */
struct Depsgraph;