Fix T42411: Camera inside volume + particle dupli (object/group) doesn't work

The issue was caused by missing current object instance initialization after
object was ignored for instance push.
This commit is contained in:
Sergey Sharybin 2014-11-04 19:55:05 +01:00
parent 6566013c91
commit 4a9b912b96

@ -277,6 +277,7 @@ ccl_device bool BVH_FUNCTION_NAME(KernelGlobals *kg,
}
else {
/* pop */
object = OBJECT_NONE;
nodeAddr = traversalStack[stackPtr];
--stackPtr;
}