Fix T48913: cycles viewport render stuck in loop due to non-unique dupli ID.
This commit is contained in:
@@ -698,7 +698,7 @@ protected:
|
||||
|
||||
/* Object Key */
|
||||
|
||||
enum { OBJECT_PERSISTENT_ID_SIZE = 8 };
|
||||
enum { OBJECT_PERSISTENT_ID_SIZE = 16 };
|
||||
|
||||
struct ObjectKey {
|
||||
void *parent;
|
||||
|
Reference in New Issue
Block a user