Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-06-03 13:50:17 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-06-03 13:50:17 +0400
commit66f4ab396f96fdc69684c81580532e801591581f (patch)
tree14f1a19c4975a3309c04bc199bf5075a3d2ec130 /intern/cycles/render/object.h
parent7985fd0d1f532e0a564339e901d56bc5710437fe (diff)
Cycles: different fix for object info random range issue.
Diffstat (limited to 'intern/cycles/render/object.h')
-rw-r--r--intern/cycles/render/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/object.h b/intern/cycles/render/object.h
index 83bf2cf0317..a3bd748a8a4 100644
--- a/intern/cycles/render/object.h
+++ b/intern/cycles/render/object.h
@@ -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;