Cycles: different fix for object info random range issue.

This commit is contained in:
Brecht Van Lommel
2012-06-03 09:50:17 +00:00
parent 7985fd0d1f
commit 66f4ab396f
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ public:
Transform tfm;
BoundBox bounds;
ustring name;
int random_id;
uint random_id;
int pass_id;
vector<ParamValue> attributes;
uint visibility;