Closed AlexMeng1986 closed 1 year ago
I find that some data such as ReferenceToLocal is being wroten in updatefur function of game thread, but at the same time it is being readed in updatefur_renderthread function of render thread. It seems that race condition will happen,
Will look into it.
Seems like this is intended.
I find that some data such as ReferenceToLocal is being wroten in updatefur function of game thread, but at the same time it is being readed in updatefur_renderthread function of render thread. It seems that race condition will happen,