Event Timeline
Comment Actions
What does it mean if b_accessible_object.data() return NULL? I get a crash when there's a check to see if it's a mesh when I'm running this multi-threaded.
Comment Actions
Hi Sergey, I think something's wrong with the definition of b_accessible_object. Accessing the data() function in my sync function keeps crashing, which makes me think the data underneath's been invalidated. This makes sense given your comment about how b_accessible_object.data() and b_temp_object.data() both point to the same thing, but then how can I make sure it's not being invalidated?