Depsgraph: Use proper unsigned int bitfield for layers flags

This commit is contained in:
2016-07-26 10:38:13 +02:00
parent eececb0d80
commit 40a0fa8a8f
9 changed files with 21 additions and 21 deletions

View File

@@ -176,7 +176,7 @@ struct IDDepsNode : public DepsNode {
GHash *components;
/* Layers of this node with accumulated layers of it's output relations. */
int layers;
unsigned int layers;
/* Additional flags needed for scene evaluation.
* TODO(sergey): Only needed for until really granular updates